mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
* 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!
3 lines
90 B
SQL
3 lines
90 B
SQL
ALTER TABLE `users`
|
|
ADD COLUMN `webLoginKey` varchar(36) default NULL,
|
|
COMMENT='Rev. 2'; |