diff options
-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 | ||