mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
store the new variables on sqlite and pgsql ( could not test)
This commit is contained in:
@@ -1232,3 +1232,13 @@ BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE prims ADD "Vehicle" TEXT;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 48 #----- Add standtarget and sit range
|
||||
|
||||
BEGIN;
|
||||
ALTER TABLE `prims`
|
||||
ADD COLUMN `standtargetx` real DEFAULT '0.0',
|
||||
ADD COLUMN `standtargety` real DEFAULT '0.0',
|
||||
ADD COLUMN `standtargetz` real DEFAULT '0.0',
|
||||
ADD COLUMN `sitactrange` real DEFAULT '0.0';
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user