mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add database persistence for material setting
This commit is contained in:
5
OpenSim/Data/SQLite/Resources/012_RegionStore.sql
Normal file
5
OpenSim/Data/SQLite/Resources/012_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN Material INTEGER NOT NULL default 3;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user