IO-2243 Capture successful CDK posting details.

This commit is contained in:
Patrick Fic
2023-04-12 13:02:45 -07:00
parent 9fa995f002
commit bd4aa4027a
4 changed files with 198 additions and 11 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"."exportlog" add column "metadata" jsonb
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."exportlog" add column "metadata" jsonb
null;