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/upgrade27.sql
Normal file
8
include/sql/patch/upgrade27.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
insert into format_csv_banque values ('Dexia','dexia_be.inc.php');
|
||||
alter table stock_goods alter sg_quantity type numeric(8,4);
|
||||
alter table stock_goods add sg_comment varchar(80);
|
||||
alter table stock_goods add sg_exercice varchar(4);
|
||||
update version set val=28;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue