X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2Farchives%2Fpatch-revision-rev_content_format.sql;h=22aeb8a76088f3e42bedfa174118946e9f0acec4;hb=e93fdaca02faf7f216fed00c633084b9a0c7061b;hp=eed03066569c867dbdb7c90b3825b0148caff589;hpb=91706bf8d4fd7e4668133bebe318dc5491acf868;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;