Skip to content

Commit

Permalink
seeded total reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexyN committed May 16, 2021
1 parent fdb9c89 commit a105c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest --coverage",
"production": "webpack --mode=production",
"postgres:create": "psql -f db/postgres/db.sql",
"postgres:seed-totalreviews": "psql -f db/postgres/seedtotal.sql",
"postgres:seed-totalreviews": "psql -d coursera -f db/postgres/seedtotal.sql",
"postgres:seed-reviews": "psql -f db/postgres/seedreview.sql",
"convert:csv": "node db/generators/converters/JSON2CSV.js"
},
Expand Down

0 comments on commit a105c34

Please sign in to comment.