Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
8
include/sql/patch/upgrade71.sql
Normal file
8
include/sql/patch/upgrade71.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue