aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/LogStore.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-2/+2
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+13
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store