mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
store rotation axis locks in MySql and SQlite dbs ( others need to be updated also
This commit is contained in:
@@ -962,3 +962,11 @@ ALTER TABLE `land` ADD COLUMN `GroupAVSounds` tinyint(4) NOT NULL default '1';
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 52 #---- STATUS ROTATION axis locks
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `prims` ADD COLUMN `RotationAxisLocks` tinyint(4) NOT NULL default '0';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user