From: Brion Vibber Date: Mon, 25 Oct 2004 05:19:06 +0000 (+0000) Subject: Fix to group table layout (forgot to commit with the rest) X-Git-Tag: 1.5.0alpha1~1448 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=649ef01579bba9e9a0c4a6561d4a22694d1cf002;p=lhc%2Fweb%2Fwiklou.git Fix to group table layout (forgot to commit with the rest) --- diff --git a/maintenance/archives/patch-userlevels-rights.sql b/maintenance/archives/patch-userlevels-rights.sql new file mode 100644 index 0000000000..9082c2855b --- /dev/null +++ b/maintenance/archives/patch-userlevels-rights.sql @@ -0,0 +1,5 @@ +-- Oct. 24 2004 +-- Adds the group_rights field missing from early dev work + +-- Hold group name and description +ALTER TABLE `group` ADD group_rights tinyblob;