Skip to content

Commit 56d4013

Browse files
committed
remove database
1 parent a01dbb9 commit 56d4013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const HOST = process.env.HOST;
3232
// });
3333

3434
// Force sync all models, which drops existing tables and re-creates them
35-
db.sequelize.sync({ force: true }).then(() => {
36-
console.log("⏳ New Database connected");
37-
});
35+
// db.sequelize.sync({ force: true }).then(() => {
36+
// console.log("⏳ New Database connected");
37+
// });
3838

3939
// Basic route to verify that the server is running
4040
app.get("/", (req, res) => {

0 commit comments

Comments
 (0)