Skip to content

Commit

Permalink
Add new JSON snapshot for database schema including custom API key su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
swiftugandan committed Dec 1, 2024
1 parent 12d2844 commit 2969595
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/api/drizzle/meta/0014_snapshot.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}

0 comments on commit 2969595

Please sign in to comment.