monzero/schema/20190910.sql
Gibheer fa05045d31 cmd/monfront - import monfront from separate repository
This is the import from the separate monfront repository. The history
could not be imported, but this should suffice.
2021-12-02 17:54:14 +01:00

4 lines
135 B
SQL

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