Capture additional fields for Mexico.

This commit is contained in:
Patrick Fic
2025-09-10 13:53:08 -07:00
parent e52bc877a7
commit fe78c07898
9 changed files with 93 additions and 64 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"."jobs" add column "tlos_ind" boolean
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "tlos_ind" boolean
null;

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"."jobs" add column "theft_ind" boolean
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "theft_ind" boolean
null;

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"."jobs" add column "insp_date" date
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "insp_date" date
null;