status-go/walletdatabase/migrations/sql/1712567001_add_soulbound_collectible_cache.up.sql

1 line
75 B
SQL

ALTER TABLE collectible_data_cache ADD COLUMN soulbound BOOL DEFAULT FALSE;