aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/AssetStore.migrations (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Various database fixups.onefang1-1/+1
InnoDB -> MyISAM utf8 if not exists white space
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-68/+8
2016-11-03MyISAM is still much better performing for OpenSim.David Walter Seikel1-1/+1
This time we got the file system asset server, even better still. B-)
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+5
2013-02-23MyISAM is much better performing for OpenSim.David Walter Seikel1-1/+1
2010-06-08* Changed CreatorIDs consistently to varchar(128)Diva Canto1-1/+1
* Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
2010-05-23The 8th migration statement in AssetStore.migrations didn't look right.Diva Canto1-1/+1
2010-05-19MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa1-0/+8
2010-05-18Converted MySQL migration history to the new formatAlexRa1-0/+69
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-0/+69
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store