diff options
Diffstat (limited to 'app/Schema/Migration11.php')
| -rw-r--r-- | app/Schema/Migration11.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration11.php b/app/Schema/Migration11.php index fc1c5dd076..3b7c09b1ef 100644 --- a/app/Schema/Migration11.php +++ b/app/Schema/Migration11.php @@ -28,7 +28,7 @@ class Migration11 implements MigrationInterface { 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 - // to include slashes around the surname. These are unnecessary, + // to include slashes around the surname. These are unnecessary, // and cause problems when we try to match the name from the // gedcom with the name from the table. // Remove slashes from INDI names |
