Skip to content

Commit

Permalink
Merge pull request #54 from GiganticMinecraft/fix/46
Browse files Browse the repository at this point in the history
ガチャイベントデータがdumpに含まれるように
  • Loading branch information
rito528 authored Oct 15, 2023
2 parents 086aadc + 3de6627 commit 54fa715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
| MYSQL_USER | ゲームデータがあるMYSQLにアクセスできるユーザー名 | user |
| MYSQL_PASSWORD | `MYSQL_USER`で指定したユーザーのパスワード | password |

# `gachadata.sql`に含まれているデータ
`gachadata.sql`には以下のテーブルのdumpが含まれています
- gachadataテーブル(ガチャ景品データ)
- gacha_eventsテーブル(ガチャ景品のイベントデータ)

# gachadata-serverから`gachadata.sql`をダウンロードする
`http(s)://[gachadata-serverの接続先]/` に対して`GET`リクエストをすることでダウンロードできます。

Expand Down
1 change: 1 addition & 0 deletions server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mod infra_repository_impls {
format!("-p{}", password).as_str(),
"seichiassist",
"gachadata",
"gacha_events",
])
.output()?;

Expand Down

0 comments on commit 54fa715

Please sign in to comment.