aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-14 02:02:11 +0000
committerJustin Clark-Casey (justincc)2012-02-14 02:02:11 +0000
commit0b17a66e683f7ffca3877c1601c4179684b62144 (patch)
tree32eab6ae0e458d3c98009e026ef562cc93cb844f /OpenSim/Data/MSSQL
parentAdd some more data to the new user connection logging for debug purposes. (diff)
downloadopensim-SC_OLD-0b17a66e683f7ffca3877c1601c4179684b62144.zip
opensim-SC_OLD-0b17a66e683f7ffca3877c1601c4179684b62144.tar.gz
opensim-SC_OLD-0b17a66e683f7ffca3877c1601c4179684b62144.tar.bz2
opensim-SC_OLD-0b17a66e683f7ffca3877c1601c4179684b62144.tar.xz
Add GridStore migration for MSSQL.
This is done blind since I don't use MSSQL. If this doesn't work, then one will have to wait for it to be updated for the 0.7.3 opensim release.
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r--OpenSim/Data/MSSQL/Resources/GridStore.migrations8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/GridStore.migrations b/OpenSim/Data/MSSQL/Resources/GridStore.migrations
index c6342fc..a2e6e03 100644
--- a/OpenSim/Data/MSSQL/Resources/GridStore.migrations
+++ b/OpenSim/Data/MSSQL/Resources/GridStore.migrations
@@ -235,4 +235,12 @@ CREATE NONCLUSTERED INDEX IX_regions_name ON dbo.regions
235 regionName 235 regionName
236 ) WITH( STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] 236 ) WITH( STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
237 237
238COMMIT
239
240:VERSION 9
241
242BEGIN TRANSACTION
243
244ALTER TABLE regions ADD COLUMN parcelMapTexture VarChar(36) null
245
238COMMIT \ No newline at end of file 246COMMIT \ No newline at end of file