Fix: just add fields if not exists
This commit is contained in:
parent
9f7fcdc8bf
commit
ef45983f73
@ -41,8 +41,7 @@ DROP TABLE llx_c_accountingaccount;
|
|||||||
|
|
||||||
update llx_propal set fk_statut = 1 where fk_statut = -1;
|
update llx_propal set fk_statut = 1 where fk_statut = -1;
|
||||||
|
|
||||||
ALTER TABLE llx_inventory ADD COLUMN fk_user_author integer;
|
ALTER TABLE llx_inventory ADD COLUMN fk_user_creat integer;
|
||||||
ALTER TABLE llx_inventory CHANGE COLUMN fk_user_author fk_user_creat integer;
|
|
||||||
ALTER TABLE llx_inventory ADD COLUMN fk_user_modif integer;
|
ALTER TABLE llx_inventory ADD COLUMN fk_user_modif integer;
|
||||||
ALTER TABLE llx_inventory ADD COLUMN fk_user_valid integer;
|
ALTER TABLE llx_inventory ADD COLUMN fk_user_valid integer;
|
||||||
ALTER TABLE llx_inventory ADD COLUMN import_key varchar(14);
|
ALTER TABLE llx_inventory ADD COLUMN import_key varchar(14);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user