mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing support for fields in the prims table.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
This commit is contained in:
committed by
Michael Cerquoni
parent
fe83763c36
commit
28125202cc
@@ -1195,3 +1195,12 @@ CREATE TABLE bakedterrain
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 45 #---- Add RezzerID filed in table prims
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE prims ADD "RezzerID" uuid NULL;
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user