Skip to content

Commit

Permalink
Manually setting db version in mysql-base.php. See photo#802 for deta…
Browse files Browse the repository at this point in the history
…ils on fixing this bug.
  • Loading branch information
jmathai committed Jun 18, 2014
1 parent 314998c commit 5808740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/upgrade/db/mysql/mysql-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
INSERT INTO `{$this->mySqlTablePrefix}admin` (`key`,`value`)
VALUES (:key, :value)
SQL;
mysql_base($sql, array(':key' => 'version', ':value' => '4.0.1'));
mysql_base($sql, array(':key' => 'version', ':value' => '4.0.2'));

return true;
}
Expand Down

0 comments on commit 5808740

Please sign in to comment.