From 6bf2e8a1087546a1986adddcdab486af0891383e Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 4 Jul 2016 16:30:03 -0700 Subject: some perms fixes to stuff that was already written before I move on --- install/update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index 865555b00..c87971913 100644 --- a/install/update.php +++ b/install/update.php @@ -2371,7 +2371,8 @@ function update_r1179() { id serial NOT NULL, perm varchar(64) not null default '', channel_id int(10) unsigned not null default 0, - perm_limit int(10) unsigned not null default 0 )"); + perm_limit int(10) unsigned not null default 0 + primary_key id )"); $r2 = q("create index \"idx_perm\" on perm_limits (\"perm\") "); $r3 = q("create index \"idx_channel_id\" on perm_limits (\"channel_id\") "); $r4 = q("create index \"idx_perm_limit\" on perm_limits (\"perm_limit\") "); -- cgit v1.2.3