Skip to content

Commit

Permalink
stake_accounts stake_pda unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriptikz committed Oct 20, 2024
1 parent 3eba3aa commit 864ffe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE stake_accounts DROP INDEX u_stake_pda
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE stake_accounts ADD CONSTRAINT u_stake_pda UNIQUE (stake_pda)

0 comments on commit 864ffe0

Please sign in to comment.