Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Updating Seed

Severin Ibarluzea edited this page Oct 18, 2015 · 1 revision

To update your seeded database,

edit server/config/environment/development.js and change seedDB to true.

Your server should restart with the seed values.

You can now change seedDB back to false to allow changes to the database.

Clone this wiki locally