Update 7.0.0-8.0.0.sql

This commit is contained in:
Laurent Destailleur 2018-05-29 10:47:14 +02:00 committed by GitHub
parent 18898558e4
commit 4b58158588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,9 +483,6 @@ UPDATE llx_c_email_templates SET lang = '' WHERE lang IS NULL;
ALTER TABLE llx_entrepot ADD COLUMN model_pdf VARCHAR(255) AFTER fk_user_author;
ALTER TABLE llx_stock_mouvement ADD COLUMN model_pdf VARCHAR(255) AFTER origintype;
ALTER TABLE llx_paiementfourn ADD COLUMN fk_user_modif integer AFTER fk_user_author;
insert into llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom, active) values ( 118, 11801, '', 0, 'Indonesia', 1);