diff --git a/schema.sql b/schema.sql index 6b93dd7..a3cb29a 100644 --- a/schema.sql +++ b/schema.sql @@ -360,7 +360,7 @@ CREATE TABLE IF NOT EXISTS guilds ( splash text DEFAULT NULL, owner_id bigint NOT NULL REFERENCES users (id), - region text NOT NULL REFERENCES voice_regions (id), + region text REFERENCES voice_regions (id), features text[],