-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2453 from fluidity-money/develop-add-last-check-w…
…orker-server-failsafe Rename table to be more specific
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
database/101-up-postgres/20231214173441-failsafe_rename_transaction_hash_index.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,8 @@ | ||
|
||
-- migrate:up | ||
|
||
ALTER TABLE failsafe_transaction_hash RENAME TO failsafe_transaction_hash_log_index; | ||
|
||
-- migrate:down | ||
|
||
ALTER TABLE failsafe_transaction_hash_log_index RENAME TO failsafe_transaction_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