mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
PGSQL: it may be a good idea to also add the field to the table
This commit is contained in:
@@ -1225,3 +1225,10 @@ ALTER TABLE "public"."prims"
|
||||
ELSE NULL
|
||||
END;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 48 #---- field Vehicle to table prims
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE prims ADD "Vehicle" TEXT;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user