Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 10, 2024
1 parent f2eb2ca commit bc08013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ See https://github.com/TACC-Cloud/hazmapper for details.

These are useful steps to follow when there are changes to the database model.

First, apply migrations (i.e. do not run initdb.py):
First, apply migrations (Note, this is also done during running of initdb.py):

```
docker exec -it geoapi alembic upgrade head
Expand Down
3 changes: 1 addition & 2 deletions geoapi/initdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ def setup_unit_test_database():

if __name__ == "__main__":
setup_local_dev_database()

setup_unit_test_database()
setup_unit_test_database()

0 comments on commit bc08013

Please sign in to comment.