aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteStandalone.ini
diff options
context:
space:
mode:
authorDiva Canto2010-05-07 21:29:56 -0700
committerDiva Canto2010-05-07 21:29:56 -0700
commita58859a0d4206c194c9c56212218e2cafc2cc373 (patch)
treefed51a4e40c344b76f6b8b4d5c5b2ec0d2e142e4 /bin/config-include/storage/SQLiteStandalone.ini
parentimprove handling of undersize sculpt textures (diff)
downloadopensim-SC_OLD-a58859a0d4206c194c9c56212218e2cafc2cc373.zip
opensim-SC_OLD-a58859a0d4206c194c9c56212218e2cafc2cc373.tar.gz
opensim-SC_OLD-a58859a0d4206c194c9c56212218e2cafc2cc373.tar.bz2
opensim-SC_OLD-a58859a0d4206c194c9c56212218e2cafc2cc373.tar.xz
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
BTW, the Meshing files want to be committed too -- EOFs.
Diffstat (limited to 'bin/config-include/storage/SQLiteStandalone.ini')
-rw-r--r--bin/config-include/storage/SQLiteStandalone.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini
index ed88a8a..fe814d7 100644
--- a/bin/config-include/storage/SQLiteStandalone.ini
+++ b/bin/config-include/storage/SQLiteStandalone.ini
@@ -17,6 +17,9 @@
17[UserAccountService] 17[UserAccountService]
18 ConnectionString = "URI=file:userprofiles.db,version=3" 18 ConnectionString = "URI=file:userprofiles.db,version=3"
19 19
20[GridUserService]
21 ConnectionString = "URI=file:griduser.db,version=3"
22
20[FriendsService] 23[FriendsService]
21 ConnectionString = "URI=file:friends.db,version=3" 24 ConnectionString = "URI=file:friends.db,version=3"
22 25