PGSQL: it may be a good idea to also add the field to the table

This commit is contained in:
UbitUmarov
2018-12-28 18:52:31 +00:00
parent 650cef67d1
commit 8d28c94879

View File

@@ -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;