Fix: supprimait les autres modèles si on leur avait donné le même nom
Fix: ajout du champ "rowid" qui devient clé primaire à la place du champ "nom"
This commit is contained in:
parent
3eeb6c769b
commit
742eea08ca
@ -199,7 +199,6 @@ alter table llx_document_model add column rowid integer AUTO_INCREMENT PRIMARY K
|
|||||||
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('soleil','ficheinter');
|
|
||||||
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