Skip to content

Commit 2b49325

Browse files
committed
[FIX] DB_VERSION to 0.0.14 after update
1 parent 105d772 commit 2b49325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade/definitions/0.0.13_to_0.0.14.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function run_0014() {
1010

1111
// Upgrade specific variables
1212
$aSql[] = "ALTER TABLE " . $transaction->getTableName() . " CHANGE `amount` `amount` DECIMAL(50,30) NULL DEFAULT '0'";
13-
$aSql[] = "UPDATE " . $setting->getTableName() . " SET value = '0.0.13' WHERE name = 'DB_VERSION'";
13+
$aSql[] = "UPDATE " . $setting->getTableName() . " SET value = '0.0.14' WHERE name = 'DB_VERSION'";
1414

1515
if ($db_version_now == $db_version_old && version_compare($db_version_now, DB_VERSION, '<')) {
1616
// Run the upgrade

0 commit comments

Comments
 (0)