-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...udes/upgrades/common/3.1.0-db-changes.php → ...udes/upgrades/common/3.0.5-db-changes.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
/** | ||
* Database changes for 3.1 | ||
* Database changes for 3.0.5 | ||
* | ||
* @var modX $modx | ||
* @package setup | ||
|
4 changes: 2 additions & 2 deletions
4
setup/includes/upgrades/mysql/3.1.0-pl.php → setup/includes/upgrades/mysql/3.0.5-pl.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
/** | ||
* Specific upgrades for Revolution 3.1.0-pl | ||
* Specific upgrades for Revolution 3.0.5-pl | ||
* | ||
* @var modX $modx | ||
* @package setup | ||
* @subpackage upgrades | ||
*/ | ||
|
||
/* run upgrades common to all db platforms */ | ||
include dirname(__DIR__) . '/common/3.1.0-db-changes.php'; | ||
include dirname(__DIR__) . '/common/3.0.5-db-changes.php'; |