-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Installer]: remove the deprecated TypeORM migration command #7642
Conversation
The "migrations" command is now deprecated, replaced in favour of "migration". Also added in the "show" command to display the migration files that will show the migrations that will be applied.
Codecov Report
@@ Coverage Diff @@
## main #7642 +/- ##
========================================
- Coverage 8.69% 7.88% -0.81%
========================================
Files 33 31 -2
Lines 2323 2155 -168
========================================
- Hits 202 170 -32
+ Misses 2117 1983 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 7d0dc3c2a139d0b4d9afa77d894cee433ce13701
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: corneliusludmann Associated issue: #7641 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
The
migrations:run
command is now deprecated, replaced in favour ofmigration:run
(singular, not plural).For additional debugging, have also added in the "show" command to display the migration files that will show the migrations that will be applied.
Related Issue(s)
Fixes #7641
How to test
Deploy to werft and check migration job, within 60 seconds.
Release Notes
Documentation