Skip to content

Commit

Permalink
Remove obsolete alembic-upgrade CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Sep 24, 2024
1 parent 8d9c190 commit 722d7ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fractal_server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
default=False,
)

# fractalctl alembic-upgrade
subparsers.add_parser(
"alembic-upgrade",
description="Initialise/upgrade database schemas",
)

# fractalctl update-db-data
subparsers.add_parser(
"update-db-data",
Expand Down

0 comments on commit 722d7ee

Please sign in to comment.