Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

V72.3 #2422

wants to merge 1 commit into from

Conversation

barry-jones50410
Copy link
Contributor

@barry-jones50410 barry-jones50410 commented Jan 6, 2025

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:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

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")

[ ] Yes
[ ] No

updates to the main schema script and retention. ERD updated also.
Comment on lines +192 to +195
--,is_standard_policy BOOLEAN
--,is_permanent_policy BOOLEAN
--,checked_ts TIMESTAMP WITH TIME ZONE
--,corrected_ts TIMESTAMP WITH TIME ZONE
Copy link
Contributor

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?

Comment on lines +200 to +215
--,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
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants