diff options
Diffstat (limited to 'app/Schema/Migration23.php')
| -rw-r--r-- | app/Schema/Migration23.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/Schema/Migration23.php b/app/Schema/Migration23.php index 1c00afa324..1219152b00 100644 --- a/app/Schema/Migration23.php +++ b/app/Schema/Migration23.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Schema; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,13 +13,17 @@ 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; /** - * Class Migration23 - upgrade the database schema from version 23 to version 24. + * Upgrade the database schema from version 23 to version 24. */ class Migration23 implements MigrationInterface { - /** {@inheritDoc} */ + /** + * Upgrade to to the next version + */ public function upgrade() { // - media table columns should be not null, so we can find // media objects with missing files |
