aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/RegionStore.migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix extra physics params MSSQL migration (version 39).Justin Clark-Casey (justincc)2014-03-261-5/+5
| | | | | | This was failing because it used MySQL syntax This is taken from Lucius Sirnah's entry in http://opensimulator.org/mantis/view.php?id=6593 But with the column existence checking removed, as this should not be necessary in a migration and is inconsistent with all other migrations, though I can see a case for doing it.
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+12
| | | | | | | | | | Patch taken from http://opensimulator.org/mantis/view.php?id=4905 originally by Greg C. Fixed to apply to r/23314 commit ba9daf849e7c8db48e7c03e7cdedb77776b2052f (cherry picked from commit 4ff9fbca441110cc2b93edc7286e0e9339e61cbe)
* Change recent MSSQL migrations to drop COLUMN from ALTER TABLE which is ↵Justin Clark-Casey (justincc)2013-04-021-6/+6
| | | | | | either not syntactical or unnecessary. May fix http://opensimulator.org/mantis/view.php?id=6593
* Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz2013-02-091-0/+12
|
* Stopped storing dynamic attributes in the PrimShapeOren Hurvitz2013-01-251-1/+0
|
* Implement dynamic attribute persistence on mysql and mssqlJustin Clark-Casey (justincc)2013-01-251-0/+9
| | | | mssql is untested
* Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen2012-05-231-0/+14
| | | | | | | | | | | | | includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Updates to MSSQL store for 0.7.3 to include:Chris Hart2012-03-061-1/+84
| | | | | | * Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage
* Fix: Covenant changed time not set ↵PixelTomsen2012-02-031-0/+8
| | | | | | http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Updates to MSSQL to most recent compatibility, also included Windlight ↵Chris Hart2011-06-011-1/+1
| | | | support. Needs plenty of testing but clean install and migration from 0.6.9 have been tested and work, a few indexes still need to be added for performance.
* Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ↵Diva Canto2011-04-281-5/+114
| | | | speed with 0.7.x.
* add mssql support for media on a primJustin Clark-Casey (justincc)2010-07-261-1/+8
| | | | compiles but not tested. please test and correct if necessary!
* MS SQL migrations converted to the new formatAlexRa2010-05-161-0/+929