mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2026-04-25 03:37:15 +02:00
sql: drop uniq on tokens table
- This change makes token management manual
This commit is contained in:
3
migrations/006_tokens_table.sql
Normal file
3
migrations/006_tokens_table.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- This change makes token management manual
|
||||
|
||||
ALTER TABLE tokens DROP CONSTRAINT tokens_token_address_key;
|
||||
Reference in New Issue
Block a user