Skip to content

Commit

Permalink
Async events inserts (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
psodhi-gds authored Jan 7, 2025
1 parent 8a12143 commit 8511f34
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
insert into conformed_refactored.batch_events_refactored (event_name,insert_timestamp,max_run_date) values ('IPV_ASYNC_CRI_VC_CONSUMED',sysdate,'1999-01-01');
insert into conformed_refactored.batch_events_refactored (event_name,insert_timestamp,max_run_date) values ('IPV_ASYNC_CRI_VC_ERROR',sysdate,'1999-01-01');
insert into conformed_refactored.batch_events_refactored (event_name,insert_timestamp,max_run_date) values ('IPV_ASYNC_CRI_VC_RECEIVED',sysdate,'1999-01-01');

0 comments on commit 8511f34

Please sign in to comment.