Commit ef0b5a8c authored by Kim, Subin's avatar Kim, Subin
Browse files

server/index.js force: true로 변경

parent b70d9d3b
......@@ -9,7 +9,7 @@ dotenv.config({
});
sequelize
.sync({ force: false })
.sync({ force: true })
.then(async () => {
// await Promise.all(
// Object.keys(ROLE_NAME).map((name) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment