Add disabling reaction pings
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
-- SCHEMA VERSION 4: 2020-02-14
|
||||
-- SCHEMA VERSION 5: 2020-02-14
|
||||
alter table servers add column log_cleanup_enabled bool not null default false;
|
||||
update info set schema_version = 5;
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
-- SCHEMA VERSION 6: 2020-03-21
|
||||
alter table systems add column pings bool not null default true;
|
||||
update info set schema_version = 6;
|
||||
Reference in New Issue
Block a user