From eb7cc7d6884f2cb1a0a1fcc130e2c47d1188e1de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Feb 2006 23:23:27 +0000 Subject: [PATCH] Nouveau script migration --- htdocs/install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php index 5232a8ecd5d..9e2de18bdec 100644 --- a/htdocs/install/upgrade.php +++ b/htdocs/install/upgrade.php @@ -28,6 +28,7 @@ include_once("./inc.php"); +$migfile='^2.0.0-2.1.0.sql$'; $grant_query=''; $etape = 2; $ok = 0; @@ -121,7 +122,6 @@ if (isset($_GET["action"]) && $_GET["action"] == "upgrade") { if ($choix==1) $dir = "../../mysql/migration/"; else $dir = "../../pgsql/migration/"; - $migfile='^1.1.0-2.0.0.sql$'; $i = 0; $ok = 0;