mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
6 lines
No EOL
197 B
SQL
6 lines
No EOL
197 B
SQL
-- database version 34
|
|
-- add proxy_error_message_enabled to system config
|
|
|
|
alter table system_config add column proxy_error_message_enabled bool default true;
|
|
|
|
update info set schema_version = 34; |