Replies: 1 comment
-
I think that's a good idea. With If you want to find out if any changes require a new migration, you need We could add a flag to one of these existing commands, or add a new command. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to use:
piccolo migrations check
in a GitHub Action. Would it be possible to have an equivalent to the Django command:python manage.py makemigrations --dry-run --check
that returns a status other than 0 when there are migrations to generate?Beta Was this translation helpful? Give feedback.
All reactions