Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cakaatalk-main-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
web-team9
Backend
cakaatalk-main-server
Merge requests
!14
Chat s
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Chat s
chat-s
into
main
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
Chat s
DongJae Oh
requested to merge
chat-s
into
main
Dec 9, 2023
Overview
0
Commits
1
Pipelines
0
Changes
5
0
0
Merge request reports
Compare
main
version 1
44ba811c
Dec 9, 2023
main (base)
and
latest version
latest version
44ba811c
1 commit,
Dec 9, 2023
version 1
44ba811c
8 commits,
Dec 9, 2023
5 files
+
25
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
src/common/database/migration/migration.js
+
1
−
1
View file @ 44ba811c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,7 +5,7 @@ const path = require("path");
// MySQL 연결 설정
const
connection
=
mysql
.
createConnection
({
host
:
"
127.0.0.1
"
,
port
:
4040
,
port
:
3306
,
user
:
"
root
"
,
password
:
"
1234
"
,
database
:
"
cakaatalk
"
,
Loading