1
0
Fork 0
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:
boc-the-git 2024-06-10 21:34:02 +10:00 committed by GitHub
parent 21f1d46b6d
commit 2a6bb7d444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 86 additions and 1 deletions

View file

@ -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