mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Thanks, nlin, for a patch implementing persistence for "When Left Clicked"
object property. Fix issue 2149.
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/018_RegionStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/018_RegionStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
begin;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN ClickAction tinyint NOT NULL default 0;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user