Skip to content

Commit

Permalink
🤖 Apply quick-fixes by Qodana (#1615)
Browse files Browse the repository at this point in the history
* feat : initial commit of jooq-jpa integration

* feat : implement code review comments

* implement code review comments

* implement code review comments

* 🤖 Apply quick-fixes by Qodana

---------

Co-authored-by: Raja Kolli <[email protected]>
Co-authored-by: qodana-bot <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2025
1 parent 195a3d8 commit 44482cc
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
databaseChangeLog:
- includeAll:
path: migration/
errorIfMissingOrEmpty: true
relativeToChangelogFile: true

- changeSet:
dbms: postgresql
id: create-spring-batch-metadata
author: raja
changes:
- sqlFile:
encoding: UTF-8
path: classpath:/org/springframework/batch/core/schema-postgresql.sql
relativeToChangelogFile: false
splitStatements: true
stripComments: true

- changeSet:
dbms: h2
id: create-spring-batch-metadata
author: raja
changes:
- sqlFile:
encoding: UTF-8
path: classpath:/org/springframework/batch/core/schema-h2.sql
relativeToChangelogFile: false
splitStatements: true
databaseChangeLog:
- includeAll:
path: migration/
errorIfMissingOrEmpty: true
relativeToChangelogFile: true

- changeSet:
dbms: postgresql
id: create-spring-batch-metadata
author: raja
changes:
- sqlFile:
encoding: UTF-8
path: classpath:/org/springframework/batch/core/schema-postgresql.sql
relativeToChangelogFile: false
splitStatements: true
stripComments: true

- changeSet:
dbms: h2
id: create-spring-batch-metadata
author: raja
changes:
- sqlFile:
encoding: UTF-8
path: classpath:/org/springframework/batch/core/schema-h2.sql
relativeToChangelogFile: false
splitStatements: true
stripComments: true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
databaseChangeLog:
- includeAll:
path: migration/
errorIfMissingOrEmpty: true
databaseChangeLog:
- includeAll:
path: migration/
errorIfMissingOrEmpty: true
relativeToChangelogFile: true
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
databaseChangeLog:
- include:
databaseChangeLog:
- include:
file: db/changelog/01-create-tables.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
singleServerConfig:
address: "redis://localhost:6379"
singleServerConfig:
address: "redis://localhost:6379"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
databaseChangeLog:
- include:
file: db/changelog/changelog.sql
databaseChangeLog:
- include:
file: db/changelog/changelog.sql

0 comments on commit 44482cc

Please sign in to comment.