github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1707749393_add_community_grants.up.sql (about)

     1  CREATE TABLE IF NOT EXISTS community_grants (
     2    community_id TEXT PRIMARY KEY NOT NULL,
     3    grant TEXT DEFAULT "",
     4    clock INT NOT NULL DEFAULT 0
     5  );