-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Fix migration name on modified date migration #4867
Conversation
@@ -8,7 +8,7 @@ | |||
class Migration(migrations.Migration): | |||
|
|||
dependencies = [ | |||
('projects', '0029_add_additional_languages'), | |||
('projects', '0030_add_modified_date_importedfile'), |
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.
Ups, I approved, but this should be 0030_change-max-length-project
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.
ha, indeed sigh
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.
Good thing CI caught it :D
Codecov Report
@@ Coverage Diff @@
## master #4867 +/- ##
=======================================
Coverage 36.31% 36.31%
=======================================
Files 158 158
Lines 9993 9993
Branches 1262 1262
=======================================
Hits 3629 3629
Misses 6350 6350
Partials 14 14 |
@@ -8,7 +8,7 @@ | |||
class Migration(migrations.Migration): | |||
|
|||
dependencies = [ | |||
('projects', '0029_add_additional_languages'), | |||
('projects', '0030_change-max-length-project'), |
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.
Sorry, I just copied the filename from github and it got truncated, the complete filename is 0030_change-max-length-project-slug
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.
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.
quietly rewrites history like it never happened
1ab5146
to
8430b6b
Compare
No description provided.