spring-modulith
spring-modulith copied to clipboard
Fix incorrect query naming
trafficstars
SQL_STATEMENT_DELETE_UNCOMPLETED is actually deleting the completed events, and SQL_STATEMENT_DELETE_UNCOMPLETED_BEFORE is actually deleting the completed events before some instant.
The code works fine as-is but the naming is misleading.
Fixed conflicts @odrotbohm