mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persistance
This commit is contained in:
5
OpenSim/Data/SQLite/Resources/016_RegionStore.sql
Normal file
5
OpenSim/Data/SQLite/Resources/016_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN VolumeDetect INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user