diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-06 21:50:23 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-06 22:04:56 +0000 |
| commit | dee3a4d44ddb1999e7dec383889246e87f202d92 (patch) | |
| tree | 1984234f17eed886bc834543e1505ddbfb43228f /packages/db/drizzle/0055_content_asset_id.sql | |
| parent | 362be3008aa8b036c4c448a86e459044af8784c2 (diff) | |
| download | karakeep-dee3a4d44ddb1999e7dec383889246e87f202d92.tar.zst | |
feat: Store large html content in the asset db
Diffstat (limited to 'packages/db/drizzle/0055_content_asset_id.sql')
| -rw-r--r-- | packages/db/drizzle/0055_content_asset_id.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/db/drizzle/0055_content_asset_id.sql b/packages/db/drizzle/0055_content_asset_id.sql new file mode 100644 index 00000000..533792d3 --- /dev/null +++ b/packages/db/drizzle/0055_content_asset_id.sql @@ -0,0 +1,2 @@ +ALTER TABLE `bookmarkLinks` ADD `contentAssetId` text;--> statement-breakpoint +ALTER TABLE `bookmarkLinks` DROP COLUMN `content`;
\ No newline at end of file |
