diff options
Diffstat (limited to 'app/Schema/Migration21.php')
| -rw-r--r-- | app/Schema/Migration21.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration21.php b/app/Schema/Migration21.php index 9e27f97be6..94e5edd441 100644 --- a/app/Schema/Migration21.php +++ b/app/Schema/Migration21.php @@ -50,7 +50,7 @@ class Migration21 implements MigrationInterface { ); // Previous versions of webtrees included the MEDIA_DIRECTORY setting in the - // FILE tag of the OBJE records. Remove it… + // FILE tag of the OBJE records. Remove it… Database::exec( "UPDATE `##media` m" . " JOIN `##gedcom_setting` gs ON (m.m_file = gs.gedcom_id AND gs.setting_name = 'MEDIA_DIRECTORY')" . |
