redcross / smoke-alarm-portal

Red Cross web portal accepting free smoke alarm installation requests
https://getasmokealarm.org/
Other
7 stars 20 forks source link

Fix #274: migrations in development #275

Closed frankduncan closed 5 years ago

frankduncan commented 5 years ago

Changes the way the database is initialized for development to fix #274. This has been verified against the production backup to ensure that the database is similar so that we can start to use sequelize migrations in production after testing them in development.

Also updates the documentation for new procedures.

frankduncan commented 5 years ago

Alright, I believe this matches the conversations we've had. Please take a look @kfogel

kfogel commented 5 years ago

This now looks great. Thanks for adding that comment, @frankduncan -- super clear.