status-go/protocol/migrations/sqlite/1707841194_add_profile_show...

5 lines
132 B
SQL

CREATE TABLE profile_showcase_preferences (
clock INT DEFAULT 0
);
INSERT INTO profile_showcase_preferences (clock) VALUES (0);