status-go/appdatabase/migrations/sql/1676968196_keycards_add_clock_column.up.sql
Sale Djenic 30e20b42a0 chore(keycard): last_update_clock column added to keycards table
`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.
2023-02-27 16:03:02 +01:00

1 line
73 B
SQL

ALTER TABLE keycards ADD COLUMN last_update_clock INT NOT NULL DEFAULT 0;