mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 05:55:23 +02:00
feat: Move alembic config into mealie package for easier distribution (#4329)
This commit is contained in:
parent
f1e9615efd
commit
a6cbf1308e
48 changed files with 24 additions and 37 deletions
|
@ -151,7 +151,7 @@ tasks:
|
|||
py:migrate:
|
||||
desc: generates a new database migration file e.g. task py:migrate -- "add new column"
|
||||
cmds:
|
||||
- poetry run alembic revision --autogenerate -m "{{ .CLI_ARGS }}"
|
||||
- poetry run alembic --config mealie/alembic/alembic.ini revision --autogenerate -m "{{ .CLI_ARGS }}"
|
||||
- task: py:format
|
||||
|
||||
ui:build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue