aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/UserAccount.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-1/+1
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* Change casing on UserAccountsMelanie Thielker2016-03-221-1/+1
|
* MySQL migrations: fix one last migration that had been left behindDiva Canto2016-02-211-0/+7
|
* Flatten migrations for MySQL.Diva Canto2016-02-201-47/+17
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Added migration for UserAccounts table.Kevin Cozens2015-09-151-0/+7
|
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+47
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store