aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/HGTravelStore.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-17MySQL default character set to utfmb4.onefang1-1/+1
Coz on one box they defaulted to utfmb3, which .NET doesn't support.
2020-07-31Various database fixups.onefang1-11/+11
InnoDB -> MyISAM utf8 if not exists white space
2019-10-29fix some mysql timestamps default valueUbitUmarov1-0/+6
2019-05-19Various database fixups.onefang1-12/+11
InnoDB -> MyISAM utf8 if not exists white space
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03MyISAM is still much better performing for OpenSim.David Walter Seikel1-1/+1
This time we got the file system asset server, even better still. B-)
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+18
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-0/+1
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so ↵Diva Canto1-0/+17
that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only.