Restructure file , remove html/admin , backup ...

This commit is contained in:
Dany De Bontridder 2015-10-18 23:39:20 +02:00
parent b57df7c0e8
commit 896f3624c7
169 changed files with 48 additions and 54 deletions

View file

@ -0,0 +1,8 @@
begin;
alter table document_modele add md_affect varchar(3) default null;
update document_modele set md_affect='ACH' where md_type=10;
update document_modele set md_affect='VEN' where md_type=4;
update document_modele set md_affect='GES' where md_affect is null;
alter table document_modele alter md_affect set not null;
update version set val=72;
commit;