File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
pkg/code/data/timelock/postgres Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ const (
4545 CONSTRAINT codewallet__core_timelock__uniq__address UNIQUE (address),
4646 CONSTRAINT codewallet__core_timelock__uniq__vault_address UNIQUE (vault_address),
4747 CONSTRAINT codewallet__core_timelock__uniq__deposit_pda_address UNIQUE (deposit_pda_address),
48+ CONSTRAINT codewallet__core_timelock__uniq__swap_pda_address UNIQUE (swap_pda_address),
4849 CONSTRAINT codewallet__core_timelock__uniq__address__and__vault_owner UNIQUE (address, vault_owner),
4950 CONSTRAINT codewallet__core_timelock__uniq__address__and__vault_address UNIQUE (address, vault_address),
5051 CONSTRAINT codewallet__core_timelock__uniq__address__and__deposit_pda_address UNIQUE (address, deposit_pda_address),
You can’t perform that action at this time.
0 commit comments