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