be89f907a0
Large systems take way too long to delete, which causes any insert for that system to block a connection, which exhausts the connection pool
5 lines
122 B
SQL
5 lines
122 B
SQL
-- schema version 29
|
|
|
|
alter table systems add column is_deleting bool default false;
|
|
|
|
update info set schema_version = 29; |