Compensate for overhead of profiled subcalls in each function, to give less distorted...
[mediawiki.git] / maintenance / archives / patch-userlevels-rights.sql
blob9082c2855b07c598dee420228ff495317a248fc1
1 -- Oct. 24 2004
2 -- Adds the group_rights field missing from early dev work
4 -- Hold group name and description
5 ALTER TABLE `group` ADD group_rights tinyblob;