Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the database schemas for a few, might be able to create them now. | onefang | 2021-09-03 | 1 | -1/+1 |
| | | | | Would have saved a lot of time if OpenSim didn't quietly fail these. | ||||
* | MySQL default character set to utfmb4. | onefang | 2021-08-17 | 1 | -2/+2 |
| | | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support. | ||||
* | Various database fixups. | onefang | 2020-07-31 | 1 | -2/+2 |
| | | | | | | | InnoDB -> MyISAM utf8 if not exists white space | ||||
* | Flatten migrations for MySQL. | Diva Canto | 2016-02-20 | 1 | -26/+11 |
| | | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations | ||||
* | Converted MySQL migration history to the new format | AlexRa | 2010-05-16 | 1 | -0/+39 |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store |