PluralKit/PluralKit.Core/Database/Migrations/38.sql

6 lines
156 B
MySQL
Raw Normal View History

-- database version 38
-- add proxy tag privacy
alter table members add column tts boolean not null default false;
update info set schema_version = 38;