mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Revert "Add support for user preferences (im via email)"
This reverts commit 1842388bb4.
This commit is contained in:
@@ -81,12 +81,3 @@ 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