-
|
Hello, Could you please give me some examples of versions syntax specified in migration commands ? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
sisp
Oct 21, 2025
Replies: 2 comments 1 reply
-
|
Any PEP 440 compliant version works. Is there a specific problem you're facing? Any error message or reproducible example you could share? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes ... With: _migrations:
- command: |
rm Makefile || echo "-> file Makefile already deleted"
when: "{{ _stage == 'before' }}"
version: "<= v0.12.1"I have these errors: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Omit the specifier
<=, it's implied.