Skip to content

Commit

Permalink
docs: adding alembic-upgrade notes to quickstart (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Sep 29, 2023
1 parent afead65 commit 43779bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/dev_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ The values in ``env-dev`` are suitable for development with the ``reev-docker-co
$ ln -sr backend/env-dev backend/.env
-------------------
Database Migrations
-------------------

Next, you will need to run the database migrations.

.. code-block:: bash
$ make -C backend alembic-upgrade
-------------------
Running the Servers
-------------------
Expand Down

0 comments on commit 43779bf

Please sign in to comment.