Update 4.0.0-5.0.0.sql

This commit is contained in:
BENKE Charlie 2016-08-07 14:22:05 +02:00 committed by GitHub
parent 908bf50e69
commit 432fad6ed7

View File

@ -21,6 +21,7 @@
-- -- VPGSQL8.2 DELETE FROM llx_usergroup_user WHERE fk_user NOT IN (SELECT rowid from llx_user);
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
ALTER TABLE llx_facturedet ADD COLUMN fk_user integer DEFAULT NULL after fk_unit;
ALTER TABLE llx_user DROP COLUMN phenix_login;
ALTER TABLE llx_user DROP COLUMN phenix_pass;