Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
ef0b5a8c
Commit
ef0b5a8c
authored
Jul 23, 2021
by
Kim, Subin
Browse files
server/index.js force: true로 변경
parent
b70d9d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/index.js
View file @
ef0b5a8c
...
...
@@ -9,7 +9,7 @@ dotenv.config({
});
sequelize
.
sync
({
force
:
fals
e
})
.
sync
({
force
:
tru
e
})
.
then
(
async
()
=>
{
// await Promise.all(
// Object.keys(ROLE_NAME).map((name) => {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment