Skip to content

Commit

Permalink
Merge pull request #9992 from delcroip/patch-18
Browse files Browse the repository at this point in the history
to support proposal_supplier insert
  • Loading branch information
eldy committed Nov 11, 2018
2 parents f39b99b + 2985d9c commit 65d8f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/8.0.0-9.0.0.sql
Expand Up @@ -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(32)
ALTER TABLE llx_c_field_list ADD COLUMN visible tinyint DEFAULT 1 NOT NULL AFTER search;


Expand Down

0 comments on commit 65d8f59

Please sign in to comment.