aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/HGTravelStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MySQL default character set to utfmb4.onefang2021-08-171-1/+1
| | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support.
* Various database fixups.onefang2020-07-311-11/+11
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* fix some mysql timestamps default valueUbitUmarov2019-10-291-0/+6
|
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-141-0/+1
|
* HG UAS: Moved hg-session data from memory to DB storage. This makes it so ↵Diva Canto2013-07-141-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.