Skip to content

Commit

Permalink
Revert "fix: cockroach migration error when hydra upgrades v2 (#3536)" (
Browse files Browse the repository at this point in the history
#3542)

This reverts commit be6e005.
  • Loading branch information
aeneasr authored Jun 9, 2023
1 parent be6e005 commit 4d8622f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE hydra_client DROP CONSTRAINT IF EXISTS "primary";
ALTER TABLE hydra_client ADD CONSTRAINT "hydra_client_pkey" IF NOT EXISTS PRIMARY KEY (pk);
ALTER TABLE hydra_client DROP CONSTRAINT "primary";
ALTER TABLE hydra_client ADD CONSTRAINT "hydra_client_pkey" PRIMARY KEY (pk);

0 comments on commit 4d8622f

Please sign in to comment.