Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MySQL default character set to utfmb4. | onefang | 2021-08-17 | 1 | -1/+1 |
| | | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support. | ||||
* | Various database fixups. | onefang | 2020-07-31 | 1 | -1/+1 |
| | | | | | | | InnoDB -> MyISAM utf8 if not exists white space | ||||
* | Change casing on UserAccounts | Melanie Thielker | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | MySQL migrations: fix one last migration that had been left behind | Diva Canto | 2016-02-21 | 1 | -0/+7 |
| | |||||
* | Flatten migrations for MySQL. | Diva Canto | 2016-02-20 | 1 | -47/+17 |
| | | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations | ||||
* | Added migration for UserAccounts table. | Kevin Cozens | 2015-09-15 | 1 | -0/+7 |
| | |||||
* | Converted MySQL migration history to the new format | AlexRa | 2010-05-16 | 1 | -0/+47 |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store |