aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/UserProfiles.migrations
diff options
context:
space:
mode:
authorBlueWall2014-10-27 17:27:42 -0400
committerBlueWall2014-10-27 17:27:42 -0400
commitb46387091470f3d1465c05625a656228ca54fd61 (patch)
treebf1dce79eda615246f32ec88b2df61a60a223cc4 /OpenSim/Data/MySQL/Resources/UserProfiles.migrations
parentRefresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to s... (diff)
downloadopensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.zip
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.gz
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.bz2
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.xz
Add hypergrid teleporting support to user profiles picks
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/UserProfiles.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/UserProfiles.migrations7
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/UserProfiles.migrations b/OpenSim/Data/MySQL/Resources/UserProfiles.migrations
index bd325da..87e99fa 100644
--- a/OpenSim/Data/MySQL/Resources/UserProfiles.migrations
+++ b/OpenSim/Data/MySQL/Resources/UserProfiles.migrations
@@ -90,4 +90,9 @@ CREATE TABLE IF NOT EXISTS `usersettings` (
90 `email` varchar(254) NOT NULL, 90 `email` varchar(254) NOT NULL,
91 PRIMARY KEY (`useruuid`) 91 PRIMARY KEY (`useruuid`)
92) ENGINE=MyISAM DEFAULT CHARSET=latin1; 92) ENGINE=MyISAM DEFAULT CHARSET=latin1;
93commit; \ No newline at end of file 93commit;
94
95:VERSION 4 # -------------------------------
96begin;
97ALTER TABLE userpicks ADD COLUMN gatekeeper varchar(255);
98commit;