mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
Couple more slight tweaks :)
This commit is contained in:
parent
1bb5d203df
commit
10c01da39b
8 changed files with 37 additions and 22 deletions
|
|
@ -26,6 +26,7 @@ create table group_members (
|
|||
primary key (group_id, member_id)
|
||||
);
|
||||
|
||||
alter table systems add column group_list_privacy integer check (group_list_privacy in (1, 2)) not null default systems.member_list_privacy;
|
||||
alter table systems add column group_list_privacy integer check (group_list_privacy in (1, 2)) not null default 1;
|
||||
update systems set group_list_privacy = member_list_privacy;
|
||||
|
||||
update info set schema_version = 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue