mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
5 lines
No EOL
153 B
SQL
5 lines
No EOL
153 B
SQL
-- schema version 31
|
|
|
|
alter table system_config add column case_sensitive_proxy_tags boolean not null default true;
|
|
|
|
update info set schema_version = 31; |