Checks now have a status that gets updated
This commit is contained in:
2
migrator/migrations/1530379134-DOWN-add-check-status.sql
Normal file
2
migrator/migrations/1530379134-DOWN-add-check-status.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 1530379134 DOWN add-check-status
|
||||
alter table checks drop column status;
|
||||
2
migrator/migrations/1530379134-UP-add-check-status.sql
Normal file
2
migrator/migrations/1530379134-UP-add-check-status.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 1530379134 UP add-check-status
|
||||
alter table checks add column status varchar(255) default 'pending';
|
||||
Reference in New Issue
Block a user