Skip to content

Commit

Permalink
Update 5.0.0-6.0.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
defrance committed Mar 26, 2017
1 parent d60f1d8 commit 9871bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -25,6 +25,8 @@
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);


ALTER TABLE llx_product_customer_price_log ADD COLUMN price_level smallint default 1;

ALTER TABLE llx_ecm_files ADD COLUMN ref varchar(128) AFTER rowid;
ALTER TABLE llx_ecm_files CHANGE COLUMN fullpath filepath varchar(255);
ALTER TABLE llx_ecm_files CHANGE COLUMN filepath filepath varchar(255);
Expand Down

0 comments on commit 9871bc3

Please sign in to comment.