summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-filearchive.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-filearchive.sql')
-rw-r--r--maintenance/archives/patch-filearchive.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-filearchive.sql b/maintenance/archives/patch-filearchive.sql
index cc50f2ae..71f8a5eb 100644
--- a/maintenance/archives/patch-filearchive.sql
+++ b/maintenance/archives/patch-filearchive.sql
@@ -48,4 +48,4 @@ CREATE TABLE /*$wgDBprefix*/filearchive (
INDEX (fa_deleted_timestamp), -- sort by deletion time
INDEX (fa_deleted_user) -- sort by deleter
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;