sql: drop uniq on tokens table

- This change makes token management manual
This commit is contained in:
Mohamed Sohail 2022-07-05 10:14:08 +03:00
parent 1e31e1af1c
commit a0ba153401
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- This change makes token management manual
ALTER TABLE tokens DROP CONSTRAINT tokens_token_address_key;