Skip to content

Commit

Permalink
db_migrate => migrate_database
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren authored Nov 22, 2024
1 parent fcf7b2f commit 7e0506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"

[tool.poetry.scripts]
analytics = "analytics.cli:app"
db-migrate = "src.analytics.cli:db_migrate"
db-migrate = "src.analytics.cli:migrate_database"

[tool.poetry.dependencies]
dynaconf = "^3.2.4"
Expand Down

0 comments on commit 7e0506a

Please sign in to comment.