1
This commit is contained in:
Christoph
2020-04-16 02:12:16 +02:00
parent 3aefe2f2b3
commit db2f1ec546

View File

@ -14,6 +14,6 @@ public interface EventRepository extends CrudRepository<EventDTO, Long> {
// ####################################### EVENT DTOs ########################################
@Query("SELECT * FROM heroku_f6ff902475fc2fa")
@Query("SELECT *")
List<EventDTO> findAllEvents();
}