Skip to content

Commit

Permalink
Merge pull request #258 from MartinoMensio/patch-1
Browse files Browse the repository at this point in the history
updated links to migration scripts
  • Loading branch information
mircealungu committed Oct 1, 2019
2 parents add80cb + 0e9e581 commit 5bc5b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two migrations that you have to do, before you can use version 2.0.0.

You can find `the migration script here`_.

.. _`the migration script here`: https://github.com/flask-dashboard/Flask-MonitoringDashboard/tree/master/flask_monitoringdashboard/migrate_v1_to_v2.py
.. _`the migration script here`: https://github.com/flask-dashboard/Flask-MonitoringDashboard/tree/master/migration/migrate_v1_to_v2.py

If you want to run this script, you need to be aware of the following:

Expand Down Expand Up @@ -50,5 +50,5 @@ This requires a minimal change to the database: adding the 'status_code' (INT) f

You can add the field by hand, or you can run `the corresponding migration script`_:

.. _`the corresponding migration script`: https://github.com/flask-dashboard/Flask-MonitoringDashboard/tree/master/flask_monitoringdashboard/migrate_v2_to_v3.py
.. _`the corresponding migration script`: https://github.com/flask-dashboard/Flask-MonitoringDashboard/tree/master/migration/migrate_v2_to_v3.py

0 comments on commit 5bc5b56

Please sign in to comment.