mirror of https://gitlab.com/litecord/litecord.git
schema.sql: sync guild.region column, remove not null
This commit is contained in:
parent
0e57ad9633
commit
39a35b6af9
|
|
@ -360,7 +360,7 @@ CREATE TABLE IF NOT EXISTS guilds (
|
||||||
splash text DEFAULT NULL,
|
splash text DEFAULT NULL,
|
||||||
owner_id bigint NOT NULL REFERENCES users (id),
|
owner_id bigint NOT NULL REFERENCES users (id),
|
||||||
|
|
||||||
region text NOT NULL REFERENCES voice_regions (id),
|
region text REFERENCES voice_regions (id),
|
||||||
|
|
||||||
features text[],
|
features text[],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue