"...components/git@compmath.korea.ac.kr:students/bora-it.git" did not exist on "84e6503bf8d2efcba3df5a4426db4e25b3667f34"
Commit b2844cef authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

force false

parent 8a0579c4
...@@ -10,7 +10,7 @@ dotenv.config({ ...@@ -10,7 +10,7 @@ dotenv.config({
}); });
sequelize sequelize
.sync({ force: true }) .sync({ force: false })
.then(async () => { .then(async () => {
await Promise.all( await Promise.all(
Object.keys(ROLE_NAME).map((name) => { 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