Skip to content

Commit

Permalink
fix: Add the missing bookmark URL index migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed May 18, 2024
1 parent e5fd9ee commit c9dc23f
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/db/drizzle/0021_magical_firebrand.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX `bookmarkLinks_url_idx` ON `bookmarkLinks` (`url`);
Loading

0 comments on commit c9dc23f

Please sign in to comment.