From 2b49325ff547c880b5b4c6f9b200c1d01dcd5045 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 22 Jul 2014 10:37:55 +0200 Subject: [PATCH] [FIX] DB_VERSION to 0.0.14 after update --- upgrade/definitions/0.0.13_to_0.0.14.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/definitions/0.0.13_to_0.0.14.inc.php b/upgrade/definitions/0.0.13_to_0.0.14.inc.php index 4ed45bb1..7eb6ce21 100644 --- a/upgrade/definitions/0.0.13_to_0.0.14.inc.php +++ b/upgrade/definitions/0.0.13_to_0.0.14.inc.php @@ -10,7 +10,7 @@ function run_0014() { // Upgrade specific variables $aSql[] = "ALTER TABLE " . $transaction->getTableName() . " CHANGE `amount` `amount` DECIMAL(50,30) NULL DEFAULT '0'"; - $aSql[] = "UPDATE " . $setting->getTableName() . " SET value = '0.0.13' WHERE name = 'DB_VERSION'"; + $aSql[] = "UPDATE " . $setting->getTableName() . " SET value = '0.0.14' WHERE name = 'DB_VERSION'"; if ($db_version_now == $db_version_old && version_compare($db_version_now, DB_VERSION, '<')) { // Run the upgrade