-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor(domain): manage flyway scripts in api -> domain (#462)
* ♻️ refactor(domain): manage flyway scripts in api -> domain * 🔧 config(domain): move database settings to domain module * 🔧 config: change the path of flyway scripts * ♻️ refactor(api, batch): add mysql dependency
- Loading branch information
1 parent
6f35c51
commit 0fc44c2
Showing
13 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,11 @@ on: | |
push: | ||
branches: [ "*" ] | ||
paths: | ||
- "backend/streetdrop-api/**" | ||
- "backend/streetdrop-domain/**" | ||
- "backend/streetdrop-common/**" | ||
pull_request: | ||
branches: [ "main", "dev" ] | ||
paths: | ||
- "backend/streetdrop-api/**" | ||
- "backend/streetdrop-domain/**" | ||
- "backend/streetdrop-common/**" | ||
- ".github/workflows/flyway-naming-check.yml" | ||
|
@@ -23,4 +21,4 @@ jobs: | |
- name: flyway-naming-checker | ||
uses: seonghun-dev/[email protected] | ||
with: | ||
path: 'backend/streetdrop-api/src/main/resources/db/migration' | ||
path: 'backend/streetdrop-domain/src/main/resources/db/migration' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.