monzero/schema/20190910.sql

4 lines
135 B
MySQL
Raw Normal View History

-- add check instance name field
alter table checks add name text not null default 'none';
alter table checks alter name drop default;