aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/EstateStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MySQL default character set to utfmb4.onefang2021-08-171-6/+6
| | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support.
* Various database fixups.onefang2020-07-311-6/+6
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* missing fileUbitUmarov2019-08-171-0/+7
|
* Flatten migrations for MySQL.Diva Canto2016-02-201-48/+32
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Send up the part missing from the Avination Estate commit.Melanie2013-05-111-0/+6
| | | | Warning - contains a small migration.
* MySQL Migrations: Minor correcton to Region/Estate splitAlexRa2010-05-231-0/+12
| | | | (some Estate SQL left behind in the Region migration)
* Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa2010-05-231-0/+69
ok, so the estate stores now want their own migration files, but as it happened the SQL definition were inside the Region migrations. It seems better/cleaner to keep each 'store' separately updatable. WARNING: any editing in the middle of the migration scripts (as opposite to just appending to them) has the potential of messing up updates of existing databases. As far as I can see, this one is (probably) safe, the worst that could happen is the EstateStore migration silently fail if the estate the tables are already there.