mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add support for user preferences (im via email)
This commit is contained in:
@@ -81,3 +81,12 @@ CREATE TABLE userdata (
|
||||
|
||||
commit;
|
||||
|
||||
:VERSION 3 # -------------------------------
|
||||
begin;
|
||||
CREATE TABLE usersettings (
|
||||
"useruuid" char(36) NOT NULL,
|
||||
"imviaemail" bytea NOT NULL,
|
||||
"visible" bytea NOT NULL,
|
||||
PRIMARY KEY ("useruuid")
|
||||
);
|
||||
commit;
|
||||
Reference in New Issue
Block a user