Skip to content

Commit

Permalink
Fix 2.2.0.1_swap_signers_pkey.sql (#155)
Browse files Browse the repository at this point in the history
Remove "cwd" schema prefix to correct migration.
  • Loading branch information
mbwmbw1337 authored Jul 27, 2023
1 parent a815997 commit e2f78cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE signers DROP CONSTRAINT signers_pkey;
ALTER TABLE cwd.signers ADD CONSTRAINT signers_pkey PRIMARY KEY (requestkey, idx);
ALTER TABLE signers ADD CONSTRAINT signers_pkey PRIMARY KEY (requestkey, idx);

0 comments on commit e2f78cf

Please sign in to comment.