Skip to content

Commit

Permalink
Merge pull request #5392 from hregis/develop_origin
Browse files Browse the repository at this point in the history
Fix: missing rename field "shortname" to "ref"
  • Loading branch information
eldy committed Jun 23, 2016
2 parents f8e9ec7 + 25631b2 commit 2988a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/3.9.0-4.0.0.sql
Expand Up @@ -136,6 +136,7 @@ CREATE TABLE llx_website
tms timestamp
) ENGINE=innodb;
ALTER TABLE llx_website ADD COLUMN fk_default_home integer;
ALTER TABLE llx_website CHANGE COLUMN shortname ref varchar(24) NOT NULL;
ALTER TABLE llx_website ADD UNIQUE INDEX uk_website_ref (ref, entity);

CREATE TABLE llx_website_page
Expand Down

0 comments on commit 2988a38

Please sign in to comment.