aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/GridUserStore.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.
* Make it GridUsers VERSION 1, coz there never was a VERSION 2.onefang2021-09-031-1/+1
|
* Fixup GridUser migrations to be like the others.onefang2021-09-031-6/+1
|
* 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
* Removed the bits about the TOSModule. That module doesn't go into core. ↵Diva Canto2012-09-271-3/+0
| | | | WARNING: migration on GridUser withdrawn too, but left the migration number there.
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-251-0/+8
|
* Cleaned up MySql migrations a bit more, got rid of all old-form migration ↵Diva Canto2010-05-201-0/+19
files. Restored Presence table to its taboo-breaking form.