* code for task #8279.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `zt_task` CHANGE `realStarted` `realStarted` datetime NOT NULL AFTER `estStarted`;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE `zt_task` CHANGE `realStarted` `realStarted` datetime NOT NULL AFTER `estStarted`;
|
||||