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 bec3312 commit e3215ebCopy full SHA for e3215eb
src/main/java/de/presti/ree6/sql/entities/Tickets.java
@@ -39,14 +39,14 @@ public class Tickets {
39
* The ID of the channel that is used to send the transcripts to.
40
*/
41
@Column(name = "logChannelId")
42
- long logChannelId;
+ long logChannelId = 0L;
43
44
45
/**
46
* The ID for the Webhook.
47
48
@Column(name = "logChannelWebhookId")
49
- long logChannelWebhookId;
+ long logChannelWebhookId = 0L;
50
51
52
* The Token for the Webhook.
0 commit comments