3 lines
140 B
SQL
Executable File
3 lines
140 B
SQL
Executable File
-- SCHEMA VERSION 6: 2020-03-21
|
|
alter table systems add column pings_enabled bool not null default true;
|
|
update info set schema_version = 6; |