aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/AssetStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flatten migrations for MySQL.Diva Canto2016-02-201-68/+8
| | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Data/MySQL/Resources/UserAccount.migrations
* Alter the migrations so that it is a no-op as the columns are unused and the ↵BlueWall2015-03-041-1/+2
| | | | operation is very expensive
* Follow up to last commit, fix field lengthCinder2015-03-031-0/+3
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-081-1/+1
| | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* The 8th migration statement in AssetStore.migrations didn't look right.Diva Canto2010-05-231-1/+1
|
* MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa2010-05-191-0/+8
|
* Converted MySQL migration history to the new formatAlexRa2010-05-161-0/+69
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store