status-go/protocol/migrations/sqlite/1700044187_curated_communities.up.sql
2023-11-16 17:21:28 +01:00

5 lines
131 B
SQL

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