A chill Bluesky bot, with responses powered by Gemini.
at feature/improve-interaction-logging 105 lines 2.4 kB view raw
1{ 2 "version": "6", 3 "dialect": "sqlite", 4 "id": "429f06fb-1962-4837-b26a-f500bc3e44d6", 5 "prevId": "00000000-0000-0000-0000-000000000000", 6 "tables": { 7 "interactions": { 8 "name": "interactions", 9 "columns": { 10 "id": { 11 "name": "id", 12 "type": "integer", 13 "primaryKey": true, 14 "notNull": true, 15 "autoincrement": true 16 }, 17 "uri": { 18 "name": "uri", 19 "type": "text", 20 "primaryKey": false, 21 "notNull": false, 22 "autoincrement": false 23 }, 24 "did": { 25 "name": "did", 26 "type": "text", 27 "primaryKey": false, 28 "notNull": false, 29 "autoincrement": false 30 }, 31 "created_at": { 32 "name": "created_at", 33 "type": "integer", 34 "primaryKey": false, 35 "notNull": false, 36 "autoincrement": false, 37 "default": "CURRENT_TIMESTAMP" 38 } 39 }, 40 "indexes": { 41 "interactions_uri_unique": { 42 "name": "interactions_uri_unique", 43 "columns": [ 44 "uri" 45 ], 46 "isUnique": true 47 } 48 }, 49 "foreignKeys": {}, 50 "compositePrimaryKeys": {}, 51 "uniqueConstraints": {}, 52 "checkConstraints": {} 53 }, 54 "muted_threads": { 55 "name": "muted_threads", 56 "columns": { 57 "id": { 58 "name": "id", 59 "type": "integer", 60 "primaryKey": true, 61 "notNull": true, 62 "autoincrement": true 63 }, 64 "uri": { 65 "name": "uri", 66 "type": "text", 67 "primaryKey": false, 68 "notNull": false, 69 "autoincrement": false 70 }, 71 "muted_at": { 72 "name": "muted_at", 73 "type": "integer", 74 "primaryKey": false, 75 "notNull": false, 76 "autoincrement": false, 77 "default": "CURRENT_TIMESTAMP" 78 } 79 }, 80 "indexes": { 81 "muted_threads_uri_unique": { 82 "name": "muted_threads_uri_unique", 83 "columns": [ 84 "uri" 85 ], 86 "isUnique": true 87 } 88 }, 89 "foreignKeys": {}, 90 "compositePrimaryKeys": {}, 91 "uniqueConstraints": {}, 92 "checkConstraints": {} 93 } 94 }, 95 "views": {}, 96 "enums": {}, 97 "_meta": { 98 "schemas": {}, 99 "tables": {}, 100 "columns": {} 101 }, 102 "internal": { 103 "indexes": {} 104 } 105}