Skip to content

Commit

Permalink
Merge pull request ezsystems#41 from ezsystems/strict_mode
Browse files Browse the repository at this point in the history
EZEE-2642: Workflow does not work in mysql strict mode
  • Loading branch information
Łukasz Serwatka committed Dec 20, 2018
2 parents 0ea2310 + fea75e0 commit 70b945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/sql/schema.sql
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 70b945e

Please sign in to comment.