diff options
Diffstat (limited to 'app/Schema/Migration22.php')
| -rw-r--r-- | app/Schema/Migration22.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/Schema/Migration22.php b/app/Schema/Migration22.php index 1f14eb27ef..b4e19d2639 100644 --- a/app/Schema/Migration22.php +++ b/app/Schema/Migration22.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Schema; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,14 +13,18 @@ namespace Fisharebest\Webtrees\Schema; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Schema; + use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\File; /** - * Class Migration22 - upgrade the database schema from version 22 to version 23. + * Upgrade the database schema from version 22 to version 23. */ class Migration22 implements MigrationInterface { - /** {@inheritDoc} */ + /** + * Upgrade to to the next version + */ public function upgrade() { // - data update for 1.4.0 media changes $_cfgs = Database::prepare( |
