mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
30e20b42a0
`last_update_clock` will be used later for synchronization. All keypair functions take clock value in consideration when making a decision whether to perform an action or not.
1 line
73 B
SQL
1 line
73 B
SQL
ALTER TABLE keycards ADD COLUMN last_update_clock INT NOT NULL DEFAULT 0; |