Add: migration mysql file 2.6.0 to 2.7.0
This commit is contained in:
parent
75e476c1dd
commit
a62306dc42
@ -2,6 +2,7 @@
|
|||||||
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2005 Marc Barilley / Océbo <marc@ocebo.com>
|
* Copyright (C) 2005 Marc Barilley / Océbo <marc@ocebo.com>
|
||||||
|
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -269,7 +270,8 @@ else
|
|||||||
array('from'=>'2.1.0', 'to'=>'2.2.0'),
|
array('from'=>'2.1.0', 'to'=>'2.2.0'),
|
||||||
array('from'=>'2.2.0', 'to'=>'2.4.0'),
|
array('from'=>'2.2.0', 'to'=>'2.4.0'),
|
||||||
array('from'=>'2.4.0', 'to'=>'2.5.0'),
|
array('from'=>'2.4.0', 'to'=>'2.5.0'),
|
||||||
array('from'=>'2.5.0', 'to'=>'2.6.0')
|
array('from'=>'2.5.0', 'to'=>'2.6.0'),
|
||||||
|
array('from'=>'2.6.0', 'to'=>'2.7.0')
|
||||||
);
|
);
|
||||||
# Upgrade lines
|
# Upgrade lines
|
||||||
foreach ($migrationscript as $migarray)
|
foreach ($migrationscript as $migarray)
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
|
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -34,7 +35,7 @@ $etape = 2;
|
|||||||
$ok = 0;
|
$ok = 0;
|
||||||
|
|
||||||
|
|
||||||
// Cette page peut etre longue. On augmente le d<EFBFBD>lai autorise.
|
// Cette page peut etre longue. On augmente le delai autorise.
|
||||||
// Ne fonctionne que si on est pas en safe_mode.
|
// Ne fonctionne que si on est pas en safe_mode.
|
||||||
$err=error_reporting();
|
$err=error_reporting();
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user