mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
3 lines
112 B
SQL
3 lines
112 B
SQL
ALTER TABLE transfers ADD COLUMN base_gas_fee TEXT NOT NULL DEFAULT "";
|
|
UPDATE transfers SET base_gas_fee = "";
|