From d4507fb81231f96ebdf9bfe4bb1abe442cb7fd16 Mon Sep 17 00:00:00 2001 From: swiftugandan Date: Tue, 3 Dec 2024 09:43:39 +0000 Subject: [PATCH] migration file --- ...pi_key.sql => 0015_add_custom_api_key.sql} | 0 packages/api/drizzle/meta/0015_snapshot.json | 42 +++++++++++++++++++ 2 files changed, 42 insertions(+) rename packages/api/drizzle/{0014_add_custom_api_key.sql => 0015_add_custom_api_key.sql} (100%) create mode 100644 packages/api/drizzle/meta/0015_snapshot.json diff --git a/packages/api/drizzle/0014_add_custom_api_key.sql b/packages/api/drizzle/0015_add_custom_api_key.sql similarity index 100% rename from packages/api/drizzle/0014_add_custom_api_key.sql rename to packages/api/drizzle/0015_add_custom_api_key.sql diff --git a/packages/api/drizzle/meta/0015_snapshot.json b/packages/api/drizzle/meta/0015_snapshot.json new file mode 100644 index 00000000..140c34bc --- /dev/null +++ b/packages/api/drizzle/meta/0015_snapshot.json @@ -0,0 +1,42 @@ +{ + "version": "6", + "dialect": "sqlite", + "id": "0015_add_custom_api_key", + "prevId": "0014_Gemini_Integration", + "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