Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing db-scripts #14

Open
eudm opened this issue Aug 10, 2014 · 1 comment
Open

missing db-scripts #14

eudm opened this issue Aug 10, 2014 · 1 comment

Comments

@eudm
Copy link

eudm commented Aug 10, 2014

folder db-scripts is missing from branch 4.2.1883

@ncastrog
Copy link

Sripts on db-scripts don't work on branch 4.2.1883 the database too diferent almost found 5 diferent columns that don't exist for example parent_id in menu table.

CREATE TABLE IF NOT EXISTS sakila.menu (
id INT NOT NULL AUTO_INCREMENT ,
text VARCHAR(45) NOT NULL ,
iconCls VARCHAR(30) NULL ,
className VARCHAR(45) NULL ,
menu_id INT NULL ,
PRIMARY KEY (id) ,
INDEX fk_menu_menu1_idx (menu_id ASC) ,
CONSTRAINT fk_menu_menu1
FOREIGN KEY (menu_id )
REFERENCES sakila.menu (id )
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;

Perhaps is menu_id?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants