Skip to content

Commit

Permalink
🗂️ source index
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 24, 2023
1 parent db7c879 commit 45478bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/2023-11-24-185951_add_source_index/down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
DROP INDEX IF EXISTS idx_entries_source;
3 changes: 3 additions & 0 deletions migrations/2023-11-24-185951_add_source_index/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Your SQL goes here
DROP INDEX IF EXISTS idx_entries_publisher_source_timestamp;
CREATE INDEX idx_entries_source ON entries(source);

0 comments on commit 45478bd

Please sign in to comment.