Skip to content

Commit 335e714

Browse files
committed
Bumped cleandata release marker to v5.0
1 parent 0c7784d commit 335e714

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/mysql/cleandata.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ VALUES (1,'standard','','Standard','ezcontentnavigationpart'),
236236
(3,'media','','Media','ezmedianavigationpart');
237237

238238
INSERT INTO `ibexa_site_data` (`name`, `value`)
239-
VALUES ('ibexa-release','4.6');
239+
VALUES ('ibexa-release','5.0');
240240

241241
INSERT INTO `ibexa_url_alias` (`destination_url`, `forward_to_id`, `id`, `is_imported`, `is_internal`, `is_wildcard`, `source_md5`, `source_url`)
242242
VALUES ('content/view/full/2',0,12,1,1,0,'d41d8cd98f00b204e9800998ecf8427e',''),

data/postgresql/cleandata.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ VALUES (1,'standard','','Standard','ezcontentnavigationpart'),
236236
(3,'media','','Media','ezmedianavigationpart');
237237

238238
INSERT INTO "ibexa_site_data" ("name", "value")
239-
VALUES ('ibexa-release','4.6');
239+
VALUES ('ibexa-release','5.0');
240240

241241
INSERT INTO "ibexa_url_alias" ("destination_url", "forward_to_id", "id", "is_imported", "is_internal", "is_wildcard", "source_md5", "source_url")
242242
VALUES ('content/view/full/2',0,12,1,1,0,'d41d8cd98f00b204e9800998ecf8427e',''),

0 commit comments

Comments
 (0)