feat(bot): Case insensitive proxy tags matching (#490)

This commit is contained in:
Katrix 2022-11-23 09:48:24 +01:00 committed by GitHub
parent 09ac002d26
commit 4f0236d766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 89 additions and 19 deletions

View 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;