aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-25 04:35:06 +0000
committerJustin Clark-Casey (justincc)2013-01-25 04:35:06 +0000
commit7a139f8e5324c68c58249fc21e4ac78328cfa3bf (patch)
tree85e82c04eefcf2c570e863fbe8d91deb4c1449c4
parentFix tests by adding DynAttrs add column commands to RegionStore.migrations (t... (diff)
downloadopensim-SC_OLD-7a139f8e5324c68c58249fc21e4ac78328cfa3bf.zip
opensim-SC_OLD-7a139f8e5324c68c58249fc21e4ac78328cfa3bf.tar.gz
opensim-SC_OLD-7a139f8e5324c68c58249fc21e4ac78328cfa3bf.tar.bz2
opensim-SC_OLD-7a139f8e5324c68c58249fc21e4ac78328cfa3bf.tar.xz
Remove the accidental PrimShapes column that I added back to the SQLite region store
-rw-r--r--OpenSim/Data/SQLite/Resources/RegionStore.migrations3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/Resources/RegionStore.migrations b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
index 4c3c55d..e583dc2 100644
--- a/OpenSim/Data/SQLite/Resources/RegionStore.migrations
+++ b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
@@ -579,5 +579,4 @@ COMMIT;
579:VERSION 27 579:VERSION 27
580BEGIN; 580BEGIN;
581ALTER TABLE prims ADD COLUMN DynAttrs TEXT; 581ALTER TABLE prims ADD COLUMN DynAttrs TEXT;
582ALTER TABLE primshapes ADD COLUMN DynAttrs TEXT; 582COMMIT;
583COMMIT; \ No newline at end of file