Skip to content

fix: removing views.sql from changelog master and reordering changesets - #11

Merged
thisisthetechie merged 2 commits into
developfrom
hotfix/view-ordering
May 15, 2024
Merged

fix: removing views.sql from changelog master and reordering changesets#11
thisisthetechie merged 2 commits into
developfrom
hotfix/view-ordering

Conversation

@reisedawson

Copy link
Copy Markdown
Contributor

Description

The changeset ordering had view creation attempted before table creation. This worked in environments that already had the schema created, but new or recreated environments don't have the requisite tables for the view creation to run successfully.

The ordering has now been corrected, and duplication of view creation fixed.

Related issue: CB2-12177

Before submitting (or marking as "ready for review")

  • Does the pull request title follow the conventional commit specification?
  • Have you performed a self-review of the code
  • Have you have added tests that prove the fix or feature is effective and working
  • Did you make sure to update any documentation relating to this change?

@thisisthetechie
thisisthetechie merged commit 6aba75f into develop May 15, 2024
@thisisthetechie
thisisthetechie deleted the hotfix/view-ordering branch February 10, 2026 13:57
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.

3 participants