-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nicko Guyer <[email protected]>
- Loading branch information
Showing
12 changed files
with
182 additions
and
29 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
db/migrations/postgres/000116_update_contractlisteners_add_events_column.down.sql
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
db/migrations/postgres/000116_update_contractlisteners_add_filters_column.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
BEGIN; | ||
ALTER TABLE contractlisteners DROP COLUMN filters; | ||
ALTER TABLE contractlisteners DROP COLUMN filter_hash; | ||
DROP INDEX contractlisteners_filter_hash; | ||
COMMIT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
db/migrations/sqlite/000116_update_contractlisteners_add_events_column.down.sql
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
db/migrations/sqlite/000116_update_contractlisteners_add_filters_column.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ALTER TABLE contractlisteners DROP COLUMN filters; | ||
ALTER TABLE contractlisteners DROP COLUMN filter_hash; | ||
DROP INDEX contractlisteners_filter_hash; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters