diff options
Diffstat (limited to 'budget/migrations')
| -rwxr-xr-x | budget/migrations/env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/migrations/env.py b/budget/migrations/env.py index cef89d2..e2f9a28 100755 --- a/budget/migrations/env.py +++ b/budget/migrations/env.py @@ -55,7 +55,7 @@ def run_migrations_online(): # This callback is used to prevent an auto-migration from being generated # when there are no changes to the schema. - # reference: http://alembic.readthedocs.org/en/latest/cookbook.html + # reference: https://alembic.readthedocs.io/en/latest/cookbook.html def process_revision_directives(context, revision, directives): if getattr(config.cmd_opts, 'autogenerate', False): script = directives[0] |
