Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixed a few omissions in the upgrade utility (closes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-g committed Jul 1, 2015
1 parent aeb286f commit 8446bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app_resources/database/upgrades/3.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//add new config values
set_config('date_format', 'd M Y');
set_config('time_format', 'H:i');
set_config('bbcode_privatemsg', 1);
echo '<li>RV3: Adding new config values... success</li>';

//update database structure
Expand Down Expand Up @@ -53,4 +54,4 @@
}
echo '<li>RV3: Converting timezones... success</li>';

set_config('db_version', 2);
set_config('db_version', 3);

0 comments on commit 8446bf1

Please sign in to comment.