From cf92958f3c225287eb0d1187f3e8c436ddd0f55f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Oct 2003 19:27:52 +0000 Subject: - Bugfix: fixed usernames being shown in the "Who is online" block after you logged out. Patch by Jeremy. - Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe. - Bugfix: properly themes some error messages in the user module. Patch by Moshe. --- database/database.mssql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database') diff --git a/database/database.mssql b/database/database.mssql index d2ca4730e..027ca668c 100644 --- a/database/database.mssql +++ b/database/database.mssql @@ -20,7 +20,7 @@ CREATE TABLE [dbo].[accesslog] ( GO CREATE TABLE [dbo].[authmap] ( - [aid] [numeric](10, 0) NULL , + [aid] [numeric](10, 0) IDENTITY NULL , [uid] [int] NOT NULL , [authname] [varchar] (128) NOT NULL , [module] [varchar] (128) NOT NULL -- cgit v1.2.3