X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-revision-rev_content_format.sql;h=22aeb8a76088f3e42bedfa174118946e9f0acec4;hb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2;hp=eed03066569c867dbdb7c90b3825b0148caff589;hpb=a7e28d201191e7ca8a51d10140f3f84c266b197d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-revision-rev_content_format.sql b/maintenance/archives/patch-revision-rev_content_format.sql index eed0306656..22aeb8a760 100644 --- a/maintenance/archives/patch-revision-rev_content_format.sql +++ b/maintenance/archives/patch-revision-rev_content_format.sql @@ -1,2 +1,2 @@ ALTER TABLE /*$wgDBprefix*/revision - ADD rev_content_format int unsigned DEFAULT NULL; + ADD rev_content_format varbinary(64) DEFAULT NULL;