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

5 lines
No EOL
122 B
SQL

-- schema version 29
alter table systems add column is_deleting bool default false;
update info set schema_version = 29;