Skip to content

Commit

Permalink
Move upgrade scripts to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Feb 16, 2024
1 parent c417c0e commit 6e869e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Expand Down
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';

0 comments on commit 6e869e5

Please sign in to comment.