aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/drizzle/0024_premium_hammerhead.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: extract assets into their own database table. #215 (#220)kamtschatka2024-06-231-0/+31
* 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>