diff options
author | Justin Clark-Casey (justincc) | 2013-01-25 04:35:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-25 04:35:06 +0000 |
commit | 7a139f8e5324c68c58249fc21e4ac78328cfa3bf (patch) | |
tree | 85e82c04eefcf2c570e863fbe8d91deb4c1449c4 /OpenSim/Data | |
parent | Fix tests by adding DynAttrs add column commands to RegionStore.migrations (t... (diff) | |
download | opensim-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
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/SQLite/Resources/RegionStore.migrations | 3 |
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 |
580 | BEGIN; | 580 | BEGIN; |
581 | ALTER TABLE prims ADD COLUMN DynAttrs TEXT; | 581 | ALTER TABLE prims ADD COLUMN DynAttrs TEXT; |
582 | ALTER TABLE primshapes ADD COLUMN DynAttrs TEXT; | 582 | COMMIT; |
583 | COMMIT; \ No newline at end of file | ||