UNPKG

nodejsamazingenerator

Version:

11 lines (8 loc) 189 B
import models from '.' try { models.sequelize.sync({ alter: true }).then(() => { console.log('[SUCCESS] DATABASE HAS BEEN SYNC (UPDATED)') }) } catch (err) { console.log(err) }