Skip to content

Commit

Permalink
fix: fix based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 22, 2024
1 parent e71a262 commit b9e8847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/migrations/node/000034_feeds_index.down.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE INDEX IF NOT EXISTS feeds_config_id_idx ON feeds(config_id);
DROP INDEX IF EXISTS feeds_config_id_idx;
2 changes: 1 addition & 1 deletion node/migrations/node/000034_feeds_index.up.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DROP INDEX IF EXISTS feeds_config_id_idx;
CREATE INDEX IF NOT EXISTS feeds_config_id_idx ON feeds(config_id);

0 comments on commit b9e8847

Please sign in to comment.