diff options
Diffstat (limited to 'documentation/migrations.rst')
-rw-r--r-- | documentation/migrations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migrations.rst b/documentation/migrations.rst index 174c1132..f29c7a19 100644 --- a/documentation/migrations.rst +++ b/documentation/migrations.rst @@ -6,7 +6,7 @@ with the database migrations tool `Alembic <https://bitbucket.org/zzzeek/alembic>`_. The Flask extensions `Flask-Script <https://github.com/smurfix/flask-script>`_ -and `Flask-Migrate <https://github.com/miguelgrinberg/flask-migrate/>_` +and `Flask-Migrate <https://github.com/miguelgrinberg/flask-migrate/>`_ are used to ease remote migrations. Local migrations |