put TYPE back in, now as it's back in 5.1 ;-)
[lhc/web/wiklou.git] / maintenance / storage / blobs.sql
index c0054eb..5782ac4 100644 (file)
@@ -4,5 +4,5 @@ CREATE TABLE /*$wgDBprefix*/blobs (
        blob_id int(8) NOT NULL AUTO_INCREMENT,
        blob_text mediumtext,
        PRIMARY KEY  (blob_id)
-) ENGINE=InnoDB;
+) TYPE=InnoDB;