Skip to content

Commit 5808740

Browse files
committed
Manually setting db version in mysql-base.php. See #802 for details on fixing this bug.
1 parent 314998c commit 5808740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/upgrade/db/mysql/mysql-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
INSERT INTO `{$this->mySqlTablePrefix}admin` (`key`,`value`)
361361
VALUES (:key, :value)
362362
SQL;
363-
mysql_base($sql, array(':key' => 'version', ':value' => '4.0.1'));
363+
mysql_base($sql, array(':key' => 'version', ':value' => '4.0.2'));
364364

365365
return true;
366366
}

0 commit comments

Comments
 (0)