Merge "Follow-up 3535a5f327: Remove old CSS now caches have expired"
[lhc/web/wiklou.git] / maintenance / archives / patch-revision-rev_content_format.sql
1 ALTER TABLE /*$wgDBprefix*/revision
2 ADD rev_content_format varbinary(64) DEFAULT NULL;