Skip to content

Commit

Permalink
EZEE-2642: Workflow does not work in mysql strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Dec 20, 2018
1 parent 0ea2310 commit fea75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ CREATE TABLE `ezeditorialworkflow_workflows` (
`version_no` int(11) NOT NULL,
`workflow_name` varchar(255) NOT NULL DEFAULT '',
`initial_owner_id` int(255) DEFAULT NULL,
`start_date` int(255) NOT NULL,
`start_date` int(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_workflow_id` (`id`),
KEY `initial_owner_id` (`initial_owner_id`)
Expand Down

0 comments on commit fea75e0

Please sign in to comment.