chore(docs): update README to clarify alembic-upgrade command usage

This commit is contained in:
Davidson Gomes
2025-05-07 13:34:31 -03:00
parent 8722704034
commit acdfdf40ee
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ init:
alembic-revision:
alembic revision --autogenerate -m "$(message)"
# Command to update database to latest version
# Command to update database to latest version (execute existing migrations)
alembic-upgrade:
alembic upgrade head