fix: typo in migration

This commit is contained in:
spiral 2022-03-21 23:58:25 -04:00
parent 982812333b
commit 062835e0c5
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -11,7 +11,7 @@ create table autoproxy (
system int references systems(id) on delete cascade, system int references systems(id) on delete cascade,
channel_id bigint, channel_id bigint,
guild_id bigint, guild_id bigint,
autoproxy_mode int check (mode in (1, 2, 3, 4)) not null default 1, autoproxy_mode int check (autoproxy_mode in (1, 2, 3, 4)) not null default 1,
autoproxy_member int references members(id) on delete set null, autoproxy_member int references members(id) on delete set null,
last_latch_timestamp timestamp, last_latch_timestamp timestamp,
check ( check (