diff options
Diffstat (limited to 'app/Schema/Migration11.php')
| -rw-r--r-- | app/Schema/Migration11.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/Schema/Migration11.php b/app/Schema/Migration11.php index 5648927119..fc1c5dd076 100644 --- a/app/Schema/Migration11.php +++ b/app/Schema/Migration11.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 PDOException; /** - * Class Migration11 - upgrade the database schema from version 11 to version 12. + * Upgrade the database schema from version 11 to version 12. */ class Migration11 implements MigrationInterface { - /** {@inheritDoc} */ + /** + * Upgrade to to the next version + */ public function upgrade() { // - delete the wt_name.n_list column; it has never been used // - a bug in webtrees 1.1.2 caused the wt_name.n_full column |
