aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/GridStore.migrations
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-14 02:03:23 +0000
committerJustin Clark-Casey (justincc)2012-02-14 02:03:23 +0000
commit04544b4510f5405ad9abe30f2d107f5bcd8594d5 (patch)
tree144ded5c9aa309c5679d99915ba2a9e09d6dcbe4 /OpenSim/Data/MSSQL/Resources/GridStore.migrations
parentAdd GridStore migration for MSSQL. (diff)
downloadopensim-SC_OLD-04544b4510f5405ad9abe30f2d107f5bcd8594d5.zip
opensim-SC_OLD-04544b4510f5405ad9abe30f2d107f5bcd8594d5.tar.gz
opensim-SC_OLD-04544b4510f5405ad9abe30f2d107f5bcd8594d5.tar.bz2
opensim-SC_OLD-04544b4510f5405ad9abe30f2d107f5bcd8594d5.tar.xz
Revert "Add GridStore migration for MSSQL."
This reverts commit 0b17a66e683f7ffca3877c1601c4179684b62144.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/Resources/GridStore.migrations8
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/GridStore.migrations b/OpenSim/Data/MSSQL/Resources/GridStore.migrations
index a2e6e03..c6342fc 100644
--- a/OpenSim/Data/MSSQL/Resources/GridStore.migrations
+++ b/OpenSim/Data/MSSQL/Resources/GridStore.migrations
@@ -235,12 +235,4 @@ 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
246COMMIT \ No newline at end of file 238COMMIT \ No newline at end of file