Add Dexia
This commit is contained in:
parent
62dbc315f9
commit
38dc2c3d4c
2 changed files with 11 additions and 0 deletions
|
|
@ -503,6 +503,9 @@ if ( DEBUG=='false' ) ob_start();
|
|||
if ( GetVersion($db) == 26 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade26.sql');
|
||||
} // version
|
||||
if ( GetVersion($db) == 27 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade27.sql');
|
||||
} // version
|
||||
|
||||
if ( DEBUG == 'false') ob_end_clean();
|
||||
}//for
|
||||
|
|
@ -619,6 +622,9 @@ if (DEBUG == 'false' ) ob_start();
|
|||
if ( GetVersion($db) == 26 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade26.sql');
|
||||
} // version
|
||||
if ( GetVersion($db) == 27 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade27.sql');
|
||||
} // version
|
||||
|
||||
if ( DEBUG == 'false') ob_end_clean();
|
||||
}
|
||||
|
|
|
|||
5
html/admin/sql/patch/upgrade27.sql
Normal file
5
html/admin/sql/patch/upgrade27.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
begin;
|
||||
|
||||
insert into format_csv_banque values ('Dexia','dexia_be.inc.php');
|
||||
update version set val=28;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue