From 8eac71b47c3120f4b3f08c70288315b9d0938fa2 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Thu, 2 May 2019 17:10:30 -0700 Subject: [PATCH] adding to docs --- docs/migrations-seeds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/migrations-seeds b/docs/migrations-seeds index d424b71..4d4e1ce 100644 --- a/docs/migrations-seeds +++ b/docs/migrations-seeds @@ -21,4 +21,5 @@ 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` \ No newline at end of file +`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 \ No newline at end of file