Checks now have a status that gets updated

This commit is contained in:
Bryce
2018-06-30 10:24:41 -07:00
parent e7515e5a00
commit 05c9fa8fd8
6 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
-- 1530379134 DOWN add-check-status
alter table checks drop column status;

View File

@@ -0,0 +1,2 @@
-- 1530379134 UP add-check-status
alter table checks add column status varchar(255) default 'pending';