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

build(migrations): merge all migrations since the last release #122

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

Phil91
Copy link
Member

@Phil91 Phil91 commented Apr 30, 2024

Description

Merge all migrations since the last release into one migration

Why

To have one consolidated migration

Issue

#59

Checklist

  • I have followed the contributing guidelines
  • I have performed IP checks for added or updated 3rd party libraries
  • I have created and linked IP issues or requested their creation by a committer
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally
  • I have added tests that prove my changes work
  • I have checked that new and existing tests pass locally with my changes
  • I have commented my code, particularly in hard-to-understand areas
  • I have added copyright and license headers, footers (for .md files) or files (for images)

@Phil91
Copy link
Member Author

Phil91 commented Apr 30, 2024

after the merge the following script needs to be executed:

update public.__efmigrations_history_hub
set migration_id = '20240430122950_1.0.0-rc.1'
where migration_id = '20240425103233_25-policy-seeding';

@Phil91 Phil91 requested a review from evegufy April 30, 2024 12:37
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@evegufy evegufy changed the title buil(migrations): merge all migrations since the last release build(migrations): merge all migrations since the last release Apr 30, 2024
@Phil91 Phil91 merged commit d943343 into dev Apr 30, 2024
11 of 12 checks passed
@Phil91 Phil91 deleted the build/merge-migrations branch April 30, 2024 12:55
@evegufy evegufy mentioned this pull request Apr 30, 2024
9 tasks
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.

2 participants