diff --git a/PluralKit.Core/Database/Migrations/19.sql b/PluralKit.Core/Database/Migrations/19.sql index 98c96f7d..86038bce 100644 --- a/PluralKit.Core/Database/Migrations/19.sql +++ b/PluralKit.Core/Database/Migrations/19.sql @@ -7,4 +7,4 @@ alter table info add column group_count int; alter table info add column switch_count int; alter table info add column message_count int; -update info set schema_version = 18; +update info set schema_version = 19;