aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/InventoryStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-102/+35
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-0/+8
| | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-081-0/+8
| | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+93
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store