aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorMelanie Thielker2016-03-22 23:05:31 +0100
committerMelanie Thielker2016-03-22 23:05:31 +0100
commit548b741130717bc82f659cb0a55459638e5394bc (patch)
treedaa9b83a5c5631e0bd3a5dc428df2fc4e40c2a0d /OpenSim/Data
parentAdd migration to add "active" column on PGSQL. UNTESTED! (diff)
downloadopensim-SC_OLD-548b741130717bc82f659cb0a55459638e5394bc.zip
opensim-SC_OLD-548b741130717bc82f659cb0a55459638e5394bc.tar.gz
opensim-SC_OLD-548b741130717bc82f659cb0a55459638e5394bc.tar.bz2
opensim-SC_OLD-548b741130717bc82f659cb0a55459638e5394bc.tar.xz
Correct the case of the Presence table
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MySQL/Resources/Presence.migrations2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/Presence.migrations b/OpenSim/Data/MySQL/Resources/Presence.migrations
index 69e33e0..50aa756 100644
--- a/OpenSim/Data/MySQL/Resources/Presence.migrations
+++ b/OpenSim/Data/MySQL/Resources/Presence.migrations
@@ -2,7 +2,7 @@
2 2
3BEGIN; 3BEGIN;
4 4
5CREATE TABLE IF NOT EXISTS `presence` ( 5CREATE TABLE IF NOT EXISTS `Presence` (
6 `UserID` varchar(255) NOT NULL, 6 `UserID` varchar(255) NOT NULL,
7 `RegionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000', 7 `RegionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',
8 `SessionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000', 8 `SessionID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',