From: Florent Bruneau Date: Sun, 23 Nov 2008 18:09:03 +0000 (+0100) Subject: Add 'permission' level on account_profiles... to be filled with permission X-Git-Tag: xorg/1.0.0~332^2~493 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=147310cf042b74bbb30e111a0b43e16f7c28afec;p=platal.git Add 'permission' level on account_profiles... to be filled with permission levels. Signed-off-by: Florent Bruneau --- diff --git a/upgrade/account/00_account.sql b/upgrade/account/00_account.sql index 28f5916..89c8d47 100644 --- a/upgrade/account/00_account.sql +++ b/upgrade/account/00_account.sql @@ -39,6 +39,7 @@ CREATE TABLE account_types ( CREATE TABLE account_profiles ( uid int(6) not null, pid int(6) not null, + perms set('owner') not null default '', primary key id (uid, pid), key uid (uid),