mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 11:48:16 +00:00
[AB-303] adding scheduled configurable activity updates
This commit is contained in:
@@ -6,6 +6,7 @@ import lombok.*;
|
||||
|
||||
import javax.persistence.*;
|
||||
import java.io.Serializable;
|
||||
import java.time.Instant;
|
||||
|
||||
@Entity
|
||||
@Table(name="voice_channel_context")
|
||||
@@ -29,4 +30,7 @@ public class VoiceChannelContext implements Serializable {
|
||||
@JoinColumn(name = "role_id", nullable = false)
|
||||
private ARole role;
|
||||
|
||||
@Column(name = "created", nullable = false, insertable = false, updatable = false)
|
||||
private Instant created;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user