diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/PGSQL/Resources/RegionStore.migrations | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations index fcefb6b..58e84f7 100644 --- a/OpenSim/Data/PGSQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/RegionStore.migrations | |||
@@ -1225,3 +1225,10 @@ ALTER TABLE "public"."prims" | |||
1225 | ELSE NULL | 1225 | ELSE NULL |
1226 | END; | 1226 | END; |
1227 | COMMIT; | 1227 | COMMIT; |
1228 | |||
1229 | :VERSION 48 #---- field Vehicle to table prims | ||
1230 | |||
1231 | BEGIN TRANSACTION; | ||
1232 | |||
1233 | ALTER TABLE prims ADD "Vehicle" TEXT; | ||
1234 | COMMIT; | ||