Fix: ajoutait des modèles qui n'était pas forcement sélectionné à la base
This commit is contained in:
parent
5da9817f52
commit
fda9c87c56
@ -180,9 +180,7 @@ alter table llx_propal_model_pdf rename to llx_document_model;
|
|||||||
alter table llx_document_model add column type varchar(20) NOT NULL after nom;
|
alter table llx_document_model add column type varchar(20) NOT NULL after nom;
|
||||||
update llx_document_model set type='propal' where type='';
|
update llx_document_model set type='propal' where type='';
|
||||||
|
|
||||||
insert into llx_document_model(nom,type) values('einstein','order');
|
|
||||||
insert into llx_document_model(nom,type) values('soleil','ficheinter');
|
insert into llx_document_model(nom,type) values('soleil','ficheinter');
|
||||||
insert into llx_document_model(nom,type) values('rouget','shipping');
|
|
||||||
delete from llx_document_model where nom='adytek';
|
delete from llx_document_model where nom='adytek';
|
||||||
delete from llx_document_model where nom='rouge' and type='order';
|
delete from llx_document_model where nom='rouge' and type='order';
|
||||||
delete from llx_document_model where nom='azur' and type='order';
|
delete from llx_document_model where nom='azur' and type='order';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user