* [misc] add db field.
This commit is contained in:
@@ -26,6 +26,7 @@ CREATE TABLE `zt_rulequeue` (
|
||||
`rule` int(8) NOT NULL,
|
||||
`actions` longtext DEFAULT NULL,
|
||||
`status` char(30) NOT NULL DEFAULT 'wait',
|
||||
`log` text DEFAULT NULL,
|
||||
`triggeredBy` varchar(30) DEFAULT NULL,
|
||||
`triggeredDate` date DEFAULT NULL,
|
||||
`result` varchar(30) DEFAULT NULL,
|
||||
|
||||
@@ -1809,6 +1809,7 @@ CREATE TABLE `zt_rulequeue` (
|
||||
`rule` int(8) NOT NULL,
|
||||
`actions` longtext DEFAULT NULL,
|
||||
`status` char(30) NOT NULL DEFAULT 'wait',
|
||||
`log` text DEFAULT NULL,
|
||||
`triggeredBy` varchar(30) DEFAULT NULL,
|
||||
`triggeredDate` date DEFAULT NULL,
|
||||
`result` varchar(30) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user