BUG import bank : fortis
This commit is contained in:
parent
710c5f8d3b
commit
9220fca807
3 changed files with 19 additions and 7 deletions
6
html/admin/sql/patch/upgrade55.sql
Normal file
6
html/admin/sql/patch/upgrade55.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
begin;
|
||||
alter table import_tmp alter bq_account type text;
|
||||
|
||||
update version set val=56;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue