mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: config setting to default show/hide private info
This commit is contained in:
parent
455830a2b5
commit
32bea51e18
14 changed files with 71 additions and 17 deletions
6
PluralKit.Core/Database/Migrations/23.sql
Normal file
6
PluralKit.Core/Database/Migrations/23.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue