diff options
Diffstat (limited to 'documentation/migrations.rst')
-rw-r--r-- | documentation/migrations.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migrations.rst b/documentation/migrations.rst index f29c7a19..69f6c974 100644 --- a/documentation/migrations.rst +++ b/documentation/migrations.rst @@ -12,13 +12,13 @@ are used to ease remote migrations. Local migrations ---------------- -.. code:: bash +.. code-block:: bash $ python manage.py db upgrade Remote migrations ----------------- -.. code:: bash +.. code-block:: bash $ heroku run python manage.py db upgrade |