Update 8.0.0-9.0.0.sql

This commit is contained in:
Laurent Destailleur 2018-11-11 17:27:16 +01:00 committed by GitHub
parent 52f35d8038
commit 2985d9cfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_f
ALTER TABLE llx_user ADD COLUMN dateemploymentend date after dateemployment;
ALTER TABLE llx_stock_mouvement ADD COLUMN fk_project integer;
Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(18)
Alter tABLE llx_c_action_trigger MODIFY COLUMN elementtype varchar(32)
ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint DEFAULT 1 NOT NULL AFTER search;