3 lines
140 B
MySQL
Raw Normal View History

2020-03-21 08:04:41 -05:00
-- SCHEMA VERSION 6: 2020-03-21
2020-06-11 21:32:04 +02:00
alter table systems add column pings_enabled bool not null default true;
2020-03-21 08:04:41 -05:00
update info set schema_version = 6;