aboutsummaryrefslogtreecommitdiff
path: root/schema/20190910.sql
blob: 3e452c40681be16f4b0ef0386dc252bffbb0b6d2 (plain) (blame)
1
2
3
-- add check instance name field
alter table checks add name text not null default 'none';
alter table checks alter name drop default;