From e1aa83e965440b3e830d599e18ff078104e8a886 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 9 Jan 2008 04:13:04 +0000 Subject: * Added a hashtable based HTTP processor in preparation of the web_login_key * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! --- OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/Data.MSSQL/Resources') diff --git a/OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql b/OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql index 3f5f896..abcc091 100644 --- a/OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql +++ b/OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql @@ -27,6 +27,7 @@ CREATE TABLE [users] ( [profileFirstText] [ntext], [profileImage] [varchar](36) default NULL, [profileFirstImage] [varchar](36) default NULL, + [webLoginKey] [varchar](36) default NULL, PRIMARY KEY CLUSTERED ( [UUID] ASC -- cgit v1.1