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

0.9.1.0-post-fixes
UbitUmarov 2018-12-28 18:52:31 +00:00
parent 650cef67d1
commit 8d28c94879
1 changed files with 7 additions and 0 deletions

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;