PluralKit/crates/migrate/data/migrations/38.sql
alyssa 47c5990218 chore: move migrations to rust
also adds some basic test seed data
2025-07-24 01:36:04 +00:00

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;