2
0
mirror of https://github.com/status-im/status-go.git synced 2025-03-02 15:41:08 +00:00
status-go/appdatabase/migrations/sql/1652715604_add_clock_accounts.up.sql
Vitaliy Vlasov 011238b1d1 Wallet sync
2022-05-18 15:25:20 +03:00

2 lines
62 B
SQL

ALTER TABLE accounts ADD COLUMN clock INT NOT NULL DEFAULT 0;