Commit 8a0579c4 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

merge/db update true

parent 3639e9fe
......@@ -10,7 +10,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