Skip to content

Commit

Permalink
Fix EZP-26412: Query error when publishing content on clean eZ Platfo…
Browse files Browse the repository at this point in the history
…rm install

Largest content ID is 51, but `ezcobj_state_link` table references IDs 52, 54 and 56, which causes publish operation to crash for content which gets those IDs.
  • Loading branch information
emodric committed Oct 12, 2016
1 parent 822115e commit b167d1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/cleandata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) V
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (49,1);
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (50,1);
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (51,1);
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (52,1);
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (54,1);
INSERT INTO `ezcobj_state_link` (`contentobject_id`, `contentobject_state_id`) VALUES (56,1);

INSERT INTO `ezcontent_language` (`disabled`, `id`, `locale`, `name`) VALUES (0,2,'eng-GB','English (United Kingdom)');

Expand Down

0 comments on commit b167d1f

Please # to comment.