From a025093ddc45dac7a908e1fd044644ab6d8e8f47 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 2 Apr 2007 19:00:56 +0000 Subject: [PATCH] r1527: Forgot to add the groupids column to the schema --- install/schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/schema.php b/install/schema.php index 49716d9..07d7a27 100644 --- a/install/schema.php +++ b/install/schema.php @@ -295,6 +295,7 @@ CREATE TABLE " . TABLE_PREFIX . "user email varchar(255) NOT NULL, displayname varchar(255) NOT NULL, usergroupid int unsigned NOT NULL, + groupids text NULL, password varchar(32) NOT NULL, salt varchar(15) NOT NULL, authkey varchar(65) NOT NULL, -- 2.22.5