We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d0bab commit 79e72afCopy full SHA for 79e72af
src/main/resources/db/migration/V1_0_5__update.sql
@@ -10,7 +10,6 @@ from `ocpp_tag` `o` left join `transaction` `t` on (
10
`t`.`stop_value` is null)
11
group by
12
`o`.`ocpp_tag_pk`,
13
- `o`.`id_tag`,
14
`o`.`parent_id_tag`,
15
`o`.`expiry_date`,
16
`o`.`max_active_transaction_count`,
0 commit comments