long text to events and push submodule
parent
ca3e23b7fb
commit
e5144cd17a
2
config
2
config
|
@ -1 +1 @@
|
||||||
Subproject commit dbff79cfd99b1937b676ef10efc1443e2620a92e
|
Subproject commit e3d6388ff4de84b1753997fdc28faa5989f6179d
|
|
@ -16,7 +16,9 @@ public class Event {
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
private String title;
|
private String title;
|
||||||
|
@Column(columnDefinition="text")
|
||||||
private String shortText;
|
private String shortText;
|
||||||
|
@Column(columnDefinition="text")
|
||||||
private String longText;
|
private String longText;
|
||||||
private Timestamp dateTime;
|
private Timestamp dateTime;
|
||||||
private int duration;
|
private int duration;
|
||||||
|
|
Reference in New Issue