mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
6 lines
No EOL
156 B
SQL
6 lines
No EOL
156 B
SQL
-- database version 38
|
|
-- add proxy tag privacy
|
|
|
|
alter table members add column tts boolean not null default false;
|
|
|
|
update info set schema_version = 38; |