IO-2190 Add extra field in for this item

This commit is contained in:
Allan Carr
2023-04-26 09:02:36 -07:00
parent 27fadb9ae2
commit 1d77eda3e2
3 changed files with 38 additions and 0 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"."bodyshops" add column "use_paint_scale_data" boolean
-- not null default 'false';

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "use_paint_scale_data" boolean
not null default 'false';