status-go/walletdatabase/migrations/sql/1698117918_add_community_id_to_tokens.up.sql
2023-10-25 18:49:18 +02:00

1 line
61 B
SQL

ALTER TABLE tokens ADD COLUMN community_id TEXT DEFAULT NULL;