diff options
author | Justin Clark-Casey (justincc) | 2013-02-05 00:35:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-05 00:35:15 +0000 |
commit | 1fc9f282fa7d3b8efa54a27a25b0916e82d62f61 (patch) | |
tree | f220060baa0f8eeedd4a7af23dbdd371e260b57b /OpenSim/Data/SQLite/Resources/RegionStore.migrations | |
parent | Bump version and assembly version numbers from 0.7.5 to 0.7.6 (diff) | |
parent | Remove the accidental PrimShapes column that I added back to the SQLite regio... (diff) | |
download | opensim-SC_OLD-1fc9f282fa7d3b8efa54a27a25b0916e82d62f61.zip opensim-SC_OLD-1fc9f282fa7d3b8efa54a27a25b0916e82d62f61.tar.gz opensim-SC_OLD-1fc9f282fa7d3b8efa54a27a25b0916e82d62f61.tar.bz2 opensim-SC_OLD-1fc9f282fa7d3b8efa54a27a25b0916e82d62f61.tar.xz |
Merge branch 'dynamic-attributes2'
Diffstat (limited to 'OpenSim/Data/SQLite/Resources/RegionStore.migrations')
-rw-r--r-- | OpenSim/Data/SQLite/Resources/RegionStore.migrations | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/Resources/RegionStore.migrations b/OpenSim/Data/SQLite/Resources/RegionStore.migrations index e872977..e583dc2 100644 --- a/OpenSim/Data/SQLite/Resources/RegionStore.migrations +++ b/OpenSim/Data/SQLite/Resources/RegionStore.migrations | |||
@@ -575,3 +575,8 @@ CREATE TABLE `regionenvironment` ( | |||
575 | ); | 575 | ); |
576 | 576 | ||
577 | COMMIT; | 577 | COMMIT; |
578 | |||
579 | :VERSION 27 | ||
580 | BEGIN; | ||
581 | ALTER TABLE prims ADD COLUMN DynAttrs TEXT; | ||
582 | COMMIT; | ||