Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
fail_level: error
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
golangci_lint_flags: "--config=../.golangci.yml"
golangci_lint_flags: "--config=.golangci.yml"
File renamed without changes.
2 changes: 1 addition & 1 deletion compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- ./mysql/seed:/seed # 初期データ
- ./scripts:/scripts # スクリプト
- ./my.cnf:/etc/mysql/conf.d/my.cnf
- ./mysql/my.cnf:/etc/mysql/conf.d/my.cnf
ports:
- "3306:3306"
restart: always
Expand Down
3,137 changes: 0 additions & 3,137 deletions finansu-ER.drawio

This file was deleted.

91 changes: 0 additions & 91 deletions mysql/feature/add_procedure.sql

This file was deleted.

11 changes: 0 additions & 11 deletions mysql/feature/purchase_reports_query.sql

This file was deleted.

File renamed without changes.
15 changes: 0 additions & 15 deletions mysql/prdDb/01_years.sql

This file was deleted.

235 changes: 0 additions & 235 deletions mysql/prdDb/02_users.sql

This file was deleted.

22 changes: 0 additions & 22 deletions mysql/prdDb/03_financial_records.sql

This file was deleted.

65 changes: 0 additions & 65 deletions mysql/prdDb/04_divisions.sql

This file was deleted.

13 changes: 0 additions & 13 deletions mysql/prdDb/05_festival_items.sql

This file was deleted.

12 changes: 0 additions & 12 deletions mysql/prdDb/06_item_budgets.sql

This file was deleted.

Loading
Loading