Skip to content

Commit

Permalink
Fixed: #018625: Upgrading from 4.5 to 4.6alpha1 database (mysql) cons…
Browse files Browse the repository at this point in the history
…istency check fails
  • Loading branch information
xc committed Sep 13, 2011
1 parent 13491b2 commit 2975b41
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,3 +1,8 @@
SET storage_engine=InnoDB;
UPDATE ezsite_data SET value='4.6.0alpha1' WHERE name='ezpublish-version';
UPDATE ezsite_data SET value='1' WHERE name='ezpublish-release';

CREATE TABLE ezorder_nr_incr (
id int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY ( id )
);

1 comment on commit 2975b41

@gggeek
Copy link
Contributor

@gggeek gggeek commented on 2975b41 Sep 27, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have expected postgres and oracle update scripts in the same commit...

Please sign in to comment.