Skip to content

Commit

Permalink
Update cdc_master_table_list.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
JTA2020 committed Sep 20, 2024
1 parent 8a0bcea commit 4cc65fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions permitting/dml/cdc_master_table_list.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1287,3 +1287,26 @@ VALUES
NULL,
'oracle'
);
INSERT INTO
ods_data_management.cdc_master_table_list
VALUES
(
NULL,
'FTA',
NULL,
'the',
'TENURE_APPLICATION_PURP_CODE',
'fta_replication',
'TENURE_APPLICATION_PURP_CODE',
'Y',
NULL,
NULL,
'UPDATE_DATE',
'Y',
2,
' ',
'N',
NULL,
'oracle'
);

0 comments on commit 4cc65fc

Please sign in to comment.