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/SQLite/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 '')
-rw-r--r-- | OpenSim/Data/SQLite/Resources/UserProfiles.migrations | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Data/SQLite/Resources/UserProfiles.migrations b/OpenSim/Data/SQLite/Resources/UserProfiles.migrations index 86434e8..16581f6 100644 --- a/OpenSim/Data/SQLite/Resources/UserProfiles.migrations +++ b/OpenSim/Data/SQLite/Resources/UserProfiles.migrations | |||
@@ -88,15 +88,3 @@ CREATE TABLE IF NOT EXISTS userdata ( | |||
88 | 88 | ||
89 | commit; | 89 | commit; |
90 | 90 | ||
91 | |||
92 | :VERSION 3 # ------------------------------- | ||
93 | |||
94 | begin; | ||
95 | CREATE TABLE IF NOT EXISTS usersettings ( | ||
96 | useruuid char(36) NOT NULL, | ||
97 | imviaemail binary(1) NOT NULL, | ||
98 | visible binary(1) NOT NULL, | ||
99 | email varchar(254) NOT NULL, | ||
100 | PRIMARY KEY (useruuid) | ||
101 | ) | ||
102 | commit; \ No newline at end of file | ||