Add CIECA PFL info.

This commit is contained in:
Patrick Fic
2023-08-28 12:05:36 -07:00
parent 710b3b00f5
commit 213d4ad928
3 changed files with 12 additions and 3 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 "cieca_pfl" jsonb
-- null default jsonb_build_object();

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "cieca_pfl" jsonb
null default jsonb_build_object();