mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
6 lines
No EOL
200 B
SQL
6 lines
No EOL
200 B
SQL
-- schema version 23
|
|
-- show/hide private information when looked up by linked accounts
|
|
|
|
alter table system_config add column show_private_info bool default true;
|
|
|
|
update info set schema_version = 23; |