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
b85447e7
Commit
b85447e7
authored
Jul 21, 2021
by
Kim, Subin
Browse files
DB 초기화 false
parent
b6f91f8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/index.js
View file @
b85447e7
...
@@ -9,7 +9,7 @@ dotenv.config({
...
@@ -9,7 +9,7 @@ dotenv.config({
});
});
sequelize
sequelize
.
sync
({
force
:
tru
e
})
.
sync
({
force
:
fals
e
})
.
then
(
async
()
=>
{
.
then
(
async
()
=>
{
// await Promise.all(
// await Promise.all(
// Object.keys(ROLE_NAME).map((name) => {
// 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