A chill Bluesky bot, with responses powered by Gemini.
at feature/improve-interaction-logging 119 lines 2.8 kB view raw
1{ 2 "version": "6", 3 "dialect": "sqlite", 4 "id": "5584c265-893f-4a7c-aac8-5640f6e61367", 5 "prevId": "429f06fb-1962-4837-b26a-f500bc3e44d6", 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 "rkey": { 72 "name": "rkey", 73 "type": "text", 74 "primaryKey": false, 75 "notNull": false, 76 "autoincrement": false 77 }, 78 "muted_at": { 79 "name": "muted_at", 80 "type": "integer", 81 "primaryKey": false, 82 "notNull": false, 83 "autoincrement": false, 84 "default": "CURRENT_TIMESTAMP" 85 } 86 }, 87 "indexes": { 88 "muted_threads_uri_unique": { 89 "name": "muted_threads_uri_unique", 90 "columns": [ 91 "uri" 92 ], 93 "isUnique": true 94 }, 95 "muted_threads_rkey_unique": { 96 "name": "muted_threads_rkey_unique", 97 "columns": [ 98 "rkey" 99 ], 100 "isUnique": true 101 } 102 }, 103 "foreignKeys": {}, 104 "compositePrimaryKeys": {}, 105 "uniqueConstraints": {}, 106 "checkConstraints": {} 107 } 108 }, 109 "views": {}, 110 "enums": {}, 111 "_meta": { 112 "schemas": {}, 113 "tables": {}, 114 "columns": {} 115 }, 116 "internal": { 117 "indexes": {} 118 } 119}