adding to docs

This commit is contained in:
Arjun Patel
2019-05-02 17:10:30 -07:00
parent 0561654739
commit 8eac71b47c
+1
View File
@@ -22,3 +22,4 @@ Heroku Production database dropping, migrations, and seeding:
Sequelize seed data in production. Similar to migrations:
`npx sequelize db:seed:all --env production` - any other NODE_ENV in place of `production`
`npx sequelize db:seed --seed 20190122052354-base-causes --env production` to run particular seed file by full file [name] in production