Move content language details to HTML comments; doesn't need to be immediately there...
[mediawiki.git] / maintenance / archives / patch-userlevels-rights.sql
blob7f1cabfc88128f136ea245f75d7d570d4cfdc40d
1 -- Oct. 24 2004
2 -- Adds the gr_rights field missing from early dev work
4 -- Hold group name and description
5 ALTER TABLE /*$wgDBprefix*/groups ADD gr_rights tinyblob;