We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d43e5 commit b7893a4Copy full SHA for b7893a4
api/app.js
@@ -7,7 +7,7 @@ const { sequelize } = require('./models');
7
const { logger } = require('./tools');
8
9
// This is used until migrations are up and running for dev and prod
10
-if (process.env.NODE_ENV !== 'test') sequelize.sync({ force: true });
+if (process.env.NODE_ENV !== 'test') sequelize.sync();
11
12
const app = express();
13
app.use(cors());
0 commit comments