aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/AuthStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the database schemas for a few, might be able to create them now.onefang2021-09-031-1/+1
| | | | Would have saved a lot of time if OpenSim didn't quietly fail these.
* MySQL default character set to utfmb4.onefang2021-08-171-2/+2
| | | | 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
* Flatten migrations for MySQL.Diva Canto2016-02-201-26/+11
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+39
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store