aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/InventoryStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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