mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
5 lines
No EOL
122 B
SQL
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; |