Fix.
[lhc/web/wiklou.git] / maintenance / archives / patch-userlevels-rights.sql
1 -- Oct. 24 2004
2 -- Adds the gr_rights field missing from early dev work
3
4 -- Hold group name and description
5 ALTER TABLE /*$wgDBprefix*/groups ADD gr_rights tinyblob;