diff options
author | Melanie | 2013-12-07 01:29:15 +0000 |
---|---|---|
committer | Melanie | 2013-12-07 01:29:15 +0000 |
commit | 958a8f274b8a25703935ab4092f190e9d54b8559 (patch) | |
tree | f2c8e71418c4cc1ceab11aa9ec217df929474b89 /OpenSim/Data/PGSQL/Resources/UserProfiles.migrations | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.zip opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.gz opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.bz2 opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.xz |
Revert "Add support for user preferences (im via email)"
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources/UserProfiles.migrations')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/UserProfiles.migrations | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/UserProfiles.migrations b/OpenSim/Data/PGSQL/Resources/UserProfiles.migrations index 4fcaa8e..f23c870 100644 --- a/OpenSim/Data/PGSQL/Resources/UserProfiles.migrations +++ b/OpenSim/Data/PGSQL/Resources/UserProfiles.migrations | |||
@@ -81,12 +81,3 @@ CREATE TABLE userdata ( | |||
81 | 81 | ||
82 | commit; | 82 | commit; |
83 | 83 | ||
84 | :VERSION 3 # ------------------------------- | ||
85 | begin; | ||
86 | CREATE TABLE usersettings ( | ||
87 | "useruuid" char(36) NOT NULL, | ||
88 | "imviaemail" bytea NOT NULL, | ||
89 | "visible" bytea NOT NULL, | ||
90 | PRIMARY KEY ("useruuid") | ||
91 | ); | ||
92 | commit; \ No newline at end of file | ||