Skip to content

Commit

Permalink
Merge pull request #22 from ViniTou/EZEE-1868-from-1.4
Browse files Browse the repository at this point in the history
[EZEE-1870] Adding missing location to community landing page and nes…
  • Loading branch information
Łukasz Serwatka authored Feb 7, 2018
2 parents 719f177 + 6aca9fb commit 76c20f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/sql/cleandata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ INSERT INTO `ezcobj_state_link` VALUES (52,1);

UPDATE `ezcontentobject_tree` SET contentobject_id=52, contentobject_version=1, path_identification_string='', remote_id='f3e90596361e31d496d4026eb624c983' WHERE path_string='/1/2/';

INSERT INTO `ezpolicy_limitation_value` (`id`, `limitation_id`, `value`) VALUES (482,251,'3');
INSERT INTO `ezcontentobject_tree` VALUES (1,1,1,3,0,0,42,1486473151,42,2,'home','/1/2/42/',0,'581da01017b80b1afb1e5e2a3081c724',1,1);

INSERT INTO `ezpolicy_limitation_value` VALUES (482,251,'3');

0 comments on commit 76c20f7

Please sign in to comment.