mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-08 23:15:27 +02:00
fix: task py:migrate description (#3932)
This commit is contained in:
parent
2c4d0b692b
commit
8c29bd3439
3 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ tasks:
|
|||
- poetry run python mealie/app.py
|
||||
|
||||
py:migrate:
|
||||
desc: generates a new database migration file e.g. task py:migrate "add new column"
|
||||
desc: generates a new database migration file e.g. task py:migrate -- "add new column"
|
||||
cmds:
|
||||
- poetry run alembic revision --autogenerate -m "{{ .CLI_ARGS }}"
|
||||
- task: py:format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue