Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flatten migrations for MySQL. | Diva Canto | 2016-02-20 | 1 | -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 ↵ | BlueWall | 2015-03-04 | 1 | -1/+2 |
| | | | | operation is very expensive | ||||
* | Follow up to last commit, fix field length | Cinder | 2015-03-03 | 1 | -0/+3 |
| | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | * Changed CreatorIDs consistently to varchar(128) | Diva Canto | 2010-06-08 | 1 | -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 Canto | 2010-05-23 | 1 | -1/+1 |
| | |||||
* | MySQL: added CreatorID, moved asset_flag to migration script | AlexRa | 2010-05-19 | 1 | -0/+8 |
| | |||||
* | Converted MySQL migration history to the new format | AlexRa | 2010-05-16 | 1 | -0/+69 |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store |