status-go/protocol/migrations/sqlite/1700044187_curated_communit...

5 lines
131 B
MySQL
Raw Normal View History

CREATE TABLE IF NOT EXISTS curated_communities (
community_id TEXT PRIMARY KEY,
featured BOOLEAN NOT NULL DEFAULT FALSE
);