diff options
| author | kamtschatka <simon.schatka@gmx.at> | 2024-06-23 13:08:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 12:08:27 +0100 |
| commit | 9ce6958ada86dade84e406e4e930775c59abf289 (patch) | |
| tree | 39fefd8495d344e2eb336a47d77eefc0f1b7051b /packages/db/drizzle/meta/_journal.json | |
| parent | 0f54a18212b6e34d819e3a3c50f5479c6ce3771b (diff) | |
| download | karakeep-9ce6958ada86dade84e406e4e930775c59abf289.tar.zst | |
refactor: extract assets into their own database table. #215 (#220)
* Allow downloading more content from a webpage and index it #215
added a new table that contains the information about assets for link bookmarks
created migration code that transfers the existing data into the new table
* Allow downloading more content from a webpage and index it #215
removed the old asset columns from the database
updated the UI to use the data from the linkBookmarkAssets array
* generalize the assets table to not be linked in particular to links
* fix migrations post merge
* fix missing asset ids in the getBookmarks call
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
Diffstat (limited to 'packages/db/drizzle/meta/_journal.json')
| -rw-r--r-- | packages/db/drizzle/meta/_journal.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/db/drizzle/meta/_journal.json b/packages/db/drizzle/meta/_journal.json index 75cbfc09..8196ad5f 100644 --- a/packages/db/drizzle/meta/_journal.json +++ b/packages/db/drizzle/meta/_journal.json @@ -169,6 +169,13 @@ "when": 1717960986361, "tag": "0023_late_night_nurse", "breakpoints": true + }, + { + "idx": 24, + "version": "5", + "when": 1719135100480, + "tag": "0024_premium_hammerhead", + "breakpoints": true } ] }
\ No newline at end of file |
