Skip to content

Commit 3fef565

Browse files
Fix docstring for check_for_upgrade() to accurately describe its purpose
Signed-off-by: guptapratykshh <pratykshgupta9999@gmail.com>
1 parent c39c142 commit 3fef565

File tree

1 file changed

+1
-1
lines changed
  • augur/application/cli

1 file changed

+1
-1
lines changed

augur/application/cli/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def upgrade_db_version():
298298
@test_db_connection
299299
def check_for_upgrade():
300300
"""
301-
Upgrade the configured database to the latest version
301+
Show available database migration history
302302
"""
303303
check_call(["alembic", "history", "-i"])
304304

0 commit comments

Comments
 (0)