feat(bot): Case insensitive proxy tags matching (#490)
This commit is contained in:
5
PluralKit.Core/Database/Migrations/31.sql
Normal file
5
PluralKit.Core/Database/Migrations/31.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- schema version 31
|
||||
|
||||
alter table system_config add column case_sensitive_proxy_tags boolean not null default true;
|
||||
|
||||
update info set schema_version = 31;
|
Reference in New Issue
Block a user