Skip to content

Commit

Permalink
[EZEE-1870] Adding missing location to community landing page and nes…
Browse files Browse the repository at this point in the history
…ting it under EE landing page
  • Loading branch information
ViniTou committed Feb 7, 2018
1 parent 719f177 commit 6aca9fb
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 6aca9fb

Please sign in to comment.