mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 05:55:23 +02:00
docs: Add doco for db changes (#3721)
This commit is contained in:
parent
21f1d46b6d
commit
2a6bb7d444
2 changed files with 86 additions and 1 deletions
|
@ -148,7 +148,7 @@ tasks:
|
|||
- poetry run python mealie/app.py
|
||||
|
||||
py:migrate:
|
||||
desc: generates a new migration file e.g. task py:migrate:generate "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