Skip to content

Commit

Permalink
Merge pull request #63 from ezsystems/update-product-name-in-data-dumps
Browse files Browse the repository at this point in the history
Updated outdated Product name in clean data dumps
  • Loading branch information
lserwatka authored Mar 21, 2020
2 parents 510a58e + dcd539a commit c683532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/sql/mysql/cleandata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ INSERT INTO `ezpolicy_limitation_value` (`id`, `limitation_id`, `value`) VALUES
-- Page for Home

INSERT INTO `ezpage_attributes` (`id`, `name`, `value`)
VALUES (1,'content','<h1>eZ Studio</h1> <p>This is the clean install coming with eZ Studio. Now you can start creating your own design.</p>');
VALUES (1,'content','<h1>eZ Platform Enterprise Edition</h1> <p>This is the clean install coming with eZ Platform Enterprise Edition. Now you can start creating your own design.</p>');

INSERT INTO `ezpage_blocks` (`id`, `type`, `view`, `name`)
VALUES (1,'tag','default','Tag');
Expand Down
2 changes: 1 addition & 1 deletion Resources/sql/postgresql/cleandata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ INSERT INTO "ezpolicy_limitation_value" ("id", "limitation_id", "value") VALUES
-- Page for Home

INSERT INTO "ezpage_attributes" ("id", "name", "value")
VALUES (1,'content',E'<h1>eZ Studio</h1> <p>This is the clean install coming with eZ Studio. Now you can start creating your own design.</p>');
VALUES (1,'content',E'<h1>eZ Platform Enterprise Edition</h1> <p>This is the clean install coming with eZ Platform Enterprise Edition. Now you can start creating your own design.</p>');

INSERT INTO "ezpage_blocks" ("id", "type", "view", "name")
VALUES (1,'tag','default','Tag');
Expand Down

0 comments on commit c683532

Please # to comment.