Skip to content

Commit 777e3ea

Browse files
committed
transaction_participants_dao_queries.properties: format an SQL query.
Should be in 0065390 commit. No functional changes.
1 parent 6cd7b4c commit 777e3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/sql/transaction_participants_dao_queries.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SELECT id \
4343
AND is_seller = TRUE
4444

4545
transaction_participant_group.find_all = \
46-
SELECT id \
47-
, name \
46+
SELECT id \
47+
, name \
4848
FROM transaction_participant_groups \
4949
ORDER BY name

0 commit comments

Comments
 (0)