Skip to content

Commit

Permalink
Update 3.8.0-3.9.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
defrance committed Dec 4, 2015
1 parent 7ea3df4 commit 46aaf9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/install/mysql/migration/3.8.0-3.9.0.sql
Expand Up @@ -22,6 +22,10 @@
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);


-- Was done into a 3.8 fix, so we must do it also in 3.9
ALTER TABLE llx_fichinter ADD COLUMN datee date after duration;
ALTER TABLE llx_fichinter ADD COLUMN dateo date after duration;

-- Was done into a 3.8 fix, so we must do it also in 3.9
ALTER TABLE llx_don ADD COLUMN fk_country integer NOT NULL DEFAULT 0 after country;

Expand Down

0 comments on commit 46aaf9c

Please sign in to comment.