We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01dbb9 commit 56d4013Copy full SHA for 56d4013
src/server.js
@@ -32,9 +32,9 @@ const HOST = process.env.HOST;
32
// });
33
34
// 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
-});
+// db.sequelize.sync({ force: true }).then(() => {
+// console.log("⏳ New Database connected");
+// });
38
39
// Basic route to verify that the server is running
40
app.get("/", (req, res) => {
0 commit comments