diff --git a/packages/api/drizzle/meta/0014_snapshot.json b/packages/api/drizzle/meta/0014_snapshot.json new file mode 100644 index 00000000..c02b19a7 --- /dev/null +++ b/packages/api/drizzle/meta/0014_snapshot.json @@ -0,0 +1,42 @@ +{ + "version": "6", + "dialect": "sqlite", + "id": "0014_add_custom_api_key", + "prevId": "0013_add_x_ai", + "tables": { + "config": { + "name": "config", + "columns": { + "id": { + "name": "id", + "type": "text", + "primaryKey": true, + "notNull": true + }, + "openai_api_key": { + "name": "openai_api_key", + "type": "text" + }, + "posthog_api_key": { + "name": "posthog_api_key", + "type": "text" + }, + "subscription_email": { + "name": "subscription_email", + "type": "text" + }, + "custom_api_key": { + "name": "custom_api_key", + "type": "text" + } + } + } + }, + "enums": {}, + "schemas": {}, + "_meta": { + "schemas": {}, + "tables": {}, + "columns": {} + } +} \ No newline at end of file