Skip to content

Commit

Permalink
Revert "018 - added recommended changelog structure issues"
Browse files Browse the repository at this point in the history
This reverts commit 7728b0f.
  • Loading branch information
tjohnson7021 committed Dec 4, 2024
1 parent 7728b0f commit e72a637
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions adr/018-sql-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,9 @@ As part of having CI/CD pipelines we need tooling inside of the project to allow
- **Version Drift:** If environments are not consistently updated with migrations, discrepancies could arise between development, staging, and production.


- **GitHub Action Reliability:** Relying on prebuilt GitHub Actions introduces a dependency on external tools, which may have compatibility or update issues over time.
- **GitHub Action Reliability:** Relying on prebuilt GitHub Actions introduces a dependency on external tools, which may have compatibility or update issues over time.


- **Changelog Structure Issues:**

- Referencing `metadata.received_message_id` in the `message_link` table creates dependencies that may complicate schema migrations.

- Changes to the metadata table structure, such as renaming or modifying the `received_message_id` column, require careful coordination with the `message_link` table to prevent breaking changes.

- Liquibase changelog design must ensure that migrations are properly ordered and modular to accommodate these dependencies.

### Related Issues

- 753

0 comments on commit e72a637

Please sign in to comment.