Skip to content

Commit

Permalink
rename migration file due to master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed Oct 31, 2023
1 parent 29b555e commit cc82db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DECLARE
next_version int ;
BEGIN
SELECT stage_two + 1 INTO next_version FROM schema_version ;
IF next_version = 29 THEN
IF next_version = 30 THEN
EXECUTE 'ALTER TABLE "pool_offline_data" RENAME TO "off_chain_pool_data"' ;
EXECUTE 'ALTER TABLE "off_chain_pool_data" RENAME CONSTRAINT "unique_pool_offline_data" TO "unique_off_chain_pool_data"' ;
EXECUTE 'ALTER TABLE "off_chain_pool_data" RENAME CONSTRAINT "pool_offline_data_pkey" TO "off_chain_pool_data_pkey"' ;
Expand Down

0 comments on commit cc82db1

Please sign in to comment.