IO-1898 Add vehicle notes.

This commit is contained in:
Patrick Fic
2022-05-17 08:24:04 -07:00
parent 0eaf23841a
commit ac890bd92b
12 changed files with 88 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."vehicles" add column "notes" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."vehicles" add column "notes" text
null;