diff options
Diffstat (limited to 'includes/installer/DatabaseInstaller.php')
-rw-r--r-- | includes/installer/DatabaseInstaller.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index acd00d06072b..422db7e2b6c7 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -264,8 +264,7 @@ abstract class DatabaseInstaller { * @return Status */ public function createManualTables() { - // TODO: Set "archiveTableMustNotExist" to "false" when archive table is migrated to tables.json - return $this->stepApplySourceFile( 'getSchemaPath', 'install-manual', true ); + return $this->stepApplySourceFile( 'getSchemaPath', 'install-manual', false ); } /** |