Skip to content

Commit

Permalink
Updated sql upgrade script to make upgrade more clear fro 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed May 18, 2016
1 parent 0033776 commit 5ba45f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
74 changes: 0 additions & 74 deletions sql/4_2_2-to-4_3_1_upgrade.sql

This file was deleted.

4 changes: 2 additions & 2 deletions sql_upgrade.php
Expand Up @@ -109,8 +109,8 @@
<?php
foreach ($versions as $version => $filename) {
echo " <option value='$version'";
// Defaulting to most recent version, which is now 4.2.2.
if ($version === '4.2.2') echo " selected";
// Defaulting to most recent version, which is now 4.2.1.
if ($version === '4.2.1') echo " selected";
echo ">$version</option>\n";
}
?>
Expand Down

0 comments on commit 5ba45f6

Please sign in to comment.