-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V72.3 #2422
base: master
Are you sure you want to change the base?
V72.3 #2422
Conversation
updates to the main schema script and retention. ERD updated also.
--,is_standard_policy BOOLEAN | ||
--,is_permanent_policy BOOLEAN | ||
--,checked_ts TIMESTAMP WITH TIME ZONE | ||
--,corrected_ts TIMESTAMP WITH TIME ZONE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the commented fields are not required, so can they be removed from the script to avoid any confusion?
--,case_object_name CHARACTER VARYING(255) -- to accommodate dm_sysobject_s.object_name | ||
--,case_closed_eve_id INTEGER -- unenforced fk to event | ||
--,tol_case_closed_ts TIMESTAMP WITH TIME ZONE | ||
--,tol_case_closed_type CHARACTER VARYING -- enumerated type, not normalised | ||
--,ret_retain_until_ts TIMESTAMP WITH TIME ZONE | ||
--,aud_retain_until_ts TIMESTAMP WITH TIME ZONE | ||
--,migration_type CHARACTER VARYING -- to indicate how we've got to this point with this record | ||
--,migration_error_1 CHARACTER VARYING | ||
--,migration_error_2 CHARACTER VARYING | ||
--,migration_error_3 CHARACTER VARYING | ||
--,migration_error_4 CHARACTER VARYING | ||
--,ret_conf_score INTEGER | ||
--,ret_conf_reason CHARACTER VARYING | ||
--,ret_conf_updated_ts TIMESTAMP WITH TIME ZONE | ||
--,tol_diff_c_close_in_days INTEGER | ||
--,tol_diff_ret_dt_in_days INTEGER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the commented fields are not required, so can they be removed from the script to avoid any confusion?
Do not merge until tranche 2 migration comes into Modernised, scheduled for week ending 10/1/25.
updates to the main schema script and retention. ERD updated also.
Before creating a pull request make sure that:
Please remove this line and everything above and fill the following sections:
JIRA link (if applicable)
Change description
Does this PR introduce a breaking change? (check one with "x")