Skip to content

Conversation

@rshanmugam-enquizit
Copy link
Contributor

@rshanmugam-enquizit rshanmugam-enquizit commented Mar 12, 2025

Notes

This PR contains a new sql script for the Data Ingestion database changes.

JIRA

Checklist

Types of changes

What types of changes does this PR introduces?

  • Bugfix
  • New feature
  • Breaking change

Testing

  • Does this PR has >90% code coverage?
  • Is the screenshot attached for code coverage?
  • Does the gradle build pass in your local?
  • Is the gradle build logs attached?

@@ -0,0 +1,5 @@
ALTER TABLE NBS_DataIngest.dbo.elr_raw
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rshanmugam-enquizit Consider using a if exists condition for the table and column since we can use the RunOnChange configuration.
Example: https://github.com/CDCgov/NEDSS-DataReporting/blob/main/liquibase-service/src/main/resources/db/rdb_modern/tables/007-create_nrt_investigation-001.sql#L123

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants