Fix a comment.

This commit is contained in:
Berker Peksag 2014-08-13 19:27:23 +03:00
parent aaa12d637e
commit 4930c2adbd

View File

@ -116,7 +116,7 @@ def run_dbupdate(app_config, global_config):
# Set up the database
db = setup_connection_and_db_from_config(app_config, migrations=True)
#Run the migrations
# Run the migrations
run_all_migrations(db, app_config, global_config)