From 062835e0c585851e57140836ec8eb670b298d668 Mon Sep 17 00:00:00 2001 From: spiral Date: Mon, 21 Mar 2022 23:58:25 -0400 Subject: [PATCH] fix: typo in migration --- PluralKit.Core/Database/Migrations/27.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Core/Database/Migrations/27.sql b/PluralKit.Core/Database/Migrations/27.sql index a344da73..110b98bc 100644 --- a/PluralKit.Core/Database/Migrations/27.sql +++ b/PluralKit.Core/Database/Migrations/27.sql @@ -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 (