mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add missing regionstore migration file for new fields. D'oh!
this should enable persistence now
This commit is contained in:
6
OpenSim/Data/SQLite/Resources/020_RegionStore.sql
Normal file
6
OpenSim/Data/SQLite/Resources/020_RegionStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN MediaURL varchar(255);
|
||||
ALTER TABLE primshapes ADD COLUMN Media TEXT;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user