SECURITY: Do not allow user scripts on Special:PasswordReset
[lhc/web/wiklou.git] / maintenance / archives / patch-externallinks.sql
index 52fb5ba..fc5017d 100644 (file)
@@ -5,9 +5,9 @@ CREATE TABLE /*$wgDBprefix*/externallinks (
   el_from int(8) unsigned NOT NULL default '0',
   el_to blob NOT NULL,
   el_index blob NOT NULL,
-  
+
   KEY (el_from, el_to(40)),
   KEY (el_to(60), el_from),
   KEY (el_index(60))
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;