aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/UserProfiles.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various database fixups.onefang2020-07-311-6/+6
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* Create all tables ad InnoDB by defaultMelanie Thielker2017-01-051-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.
* Flatten migrations for MySQL.Diva Canto2016-02-201-14/+2
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-3/+0
| | | | scenepresence)
* bad merge?UbitUmarov2015-09-011-0/+3
|\
| * Revert "Add support for user preferences (im via email)"Melanie2013-12-071-10/+0
| | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
* | Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-1/+6
|/
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+10
|
* UserProfilesBlueWall2013-05-301-0/+83
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.