aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/009_RegionStore.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-18Converted MySQL migration history to the new formatAlexRa1-31/+0
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
2010-05-16Converted MySQL migration history to the new formatAlexRa1-31/+0
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store
2008-07-03add 3 migrations, 1 each for prims, primshapes, and primitemsSean Dague1-0/+31
to move all their UUID stores from varchar(255) -> char(36). Based on past evidence, this should help with performance.