-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Create a check for initial migrations #161
Comments
That's strange, however, according to
I agree that this is really confusing and IMHO it's better to be explicit and set What do you think about creating a new app (something like |
@skarzi absolutely great idea! 👍 Do you have any other checks in mind? |
I was also thinking about adding this feature to
I am not sure it's a proper place for such thing |
Yeah, I also consider |
Hi Is there any activity here? Is it still relevant? And if so, what do you expect from this feature? |
hello @denisSurkov 👋 I think it's still relevant, however, we haven't got time to work on this issue, so any help is really appreciated.
Of course, don't forget about unit tests of all newly introduced code. |
Today I found a code like this:
And this was an initial migration for an app.
This suprised me:
What am I concerned about? I have an impression that all migrations with
dependencies = []
must beinitial
, because otherwise they should be dependent on a previous migration. Am I correct?So, I guess we can check this pretty easily in case
initial
really works this way.The text was updated successfully, but these errors were encountered: