Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cateiru committed Nov 2, 2023
1 parent 4a54f25 commit e145c15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ pnpm storybook
2. `docker compose up -d`でDBを起動します。
3. `./scripts/setup_migrate.sh [マイグレーション名]`を実行します。
4. `db/migrations/``up``down`のDDLが作成されるので内容が問題ないか確認します。
5. `./scripts/migrate.sh`を実行してデータベースにマイグレーションを実行します。
5. `./scripts/migrate.sh up`を実行してデータベースにマイグレーションを実行します。
6. `./scripts/sqlboiler.sh`を実行してSQLBoilerのモデルを出力します。

## Environments

Expand Down Expand Up @@ -125,7 +126,7 @@ FASTLY_API_TOKEN=[token]
- [x] OTPのIssuer
- [ ] ブランチ名
- [x] ローカルデータベース
- [ ] 本番データベース
- [x] 本番データベース
- [ ] Goのパッケージ名
- [ ] Storybook
- [ ] README
- [x] README
7 changes: 0 additions & 7 deletions docker-compose

This file was deleted.

4 changes: 0 additions & 4 deletions docker/docker-compose.local.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# ローカルで実行するためのcompose設定ファイル
# docker compose -f ./docker/docker-compose.db.yaml -f ./docker/docker-compose.local.yaml up
# で実行してください。

services:
backend_app:
container_name: backend_app
Expand Down
6 changes: 0 additions & 6 deletions scripts/docker-compose-db.sh

This file was deleted.

0 comments on commit e145c15

Please sign in to comment.