mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
Add database persistence for material setting
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/019_RegionStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/019_RegionStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
begin;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN Material tinyint NOT NULL default 3;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user