schema.sql: sync guild.region column, remove not null

This commit is contained in:
Luna 2019-03-26 23:56:35 -03:00
parent 0e57ad9633
commit 39a35b6af9
1 changed files with 1 additions and 1 deletions

View File

@ -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[],