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

Database sync

Remco Schipper edited this page Mar 14, 2017 · 1 revision

We won't use the sync option as described by the Sequelize wiki because it will drop the existing tables to replace them with the new tables. We can't use this method because it will destroy the existing data when it drops the table.

To make sure we can reliably update the database we will be using the Sequelize CLI. This way we make sure we don't lose data when we update the table structure.

Not a manual

This wiki is not a manual, nor is it meant for people who want to deploy the app. It only describes the development process.

Just so you know 😉.

Clone this wiki locally