Skip to content
Snippets Groups Projects
Unverified Commit 7c7d3af8 authored by Jacob Bates's avatar Jacob Bates Committed by GitHub
Browse files

Fix typo in table creation script call.

parent cdfa3656
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ If you need to check that the tables exist, you can connect to Postgres using so
* `Select * from users;` or `Select * from reports;` will show you their contents
* `\q` quits the psql terminal
If needed, you can manually run the table creation script: `heroku run composer dbsetup`
If needed, you can manually run the table creation script: `heroku run composer db-setup`
## Table Schema
The table schema can be found in [migrations/](migrations/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment