We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ef672 commit 3bbfc21Copy full SHA for 3bbfc21
README.md
@@ -4,6 +4,7 @@ Getting started:
4
5
```
6
cd to-do-list-db
7
+ bundle install
8
psql -f db/migrations/01_create_todolist_table.sql
9
psql -f db/migrations/02_create_todolist_test_table.sql
10
rspec
0 commit comments