1

change schema.sql and adapt services + optimized search

This commit is contained in:
Christoph
2020-03-23 14:10:24 +01:00
parent 25df317be4
commit ec88a6bcad
5 changed files with 43 additions and 61 deletions

View File

@ -14,6 +14,6 @@ public class EventDTO {
Long event_id;
Long group_id;
String user_id;
String event_type;
String event_payload;
boolean visibility;
}