Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-10 22:56:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
151ccd5bba0b8095578cf722754413596c9155f4
151ccd5b
1 parent
06727a5e
FIX: hyphen in db name to underscore for error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
database/mysql_init/create_db.sql
database/mysql_init/create_db.sql
View file @
151ccd5
CREATE
DATABASE
secondhand
-
noti
-
bot
;
CREATE
DATABASE
mamuri_db
;
CREATE
TABLE
user
(
...
...
Please
register
or
login
to post a comment