@ -19,7 +19,7 @@ const app = {
this.sequelize.authenticate()
.then(() => {
console.log('Postgres connection established!');
if (env === '1') {
if (env === 'development') {
this.sequelize.sync({
alter: true,
logging: true