mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
5 lines
132 B
SQL
5 lines
132 B
SQL
CREATE TABLE profile_showcase_preferences (
|
|
clock INT DEFAULT 0
|
|
);
|
|
|
|
INSERT INTO profile_showcase_preferences (clock) VALUES (0); |