mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: typo in migration
This commit is contained in:
parent
982812333b
commit
062835e0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ create table autoproxy (
|
|||
system int references systems(id) on delete cascade,
|
||||
channel_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,
|
||||
last_latch_timestamp timestamp,
|
||||
check (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue