aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/UserProfiles.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-31Various database fixups.onefang1-6/+6
InnoDB -> MyISAM utf8 if not exists white space
2017-01-05Create all tables ad InnoDB by defaultMelanie Thielker1-5/+5
MyISAM isn't properly replicated using row based replication. With the advances in clustering, these systems are becoming more prevalent and MyISAM isn't up to the task anymore.
2016-02-20Flatten migrations for MySQL.Diva Canto1-14/+2
Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-3/+0
scenepresence)
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-1/+6
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-10/+0
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+10
2013-05-30UserProfilesBlueWall1-0/+83
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.