forked from Cookies_Github_mirror/AquaDX
[+] disableArea for events
This commit is contained in:
@@ -6,7 +6,6 @@ import jakarta.persistence.Column
|
||||
import jakarta.persistence.Entity
|
||||
import jakarta.persistence.Table
|
||||
import lombok.Data
|
||||
import java.time.LocalDateTime
|
||||
|
||||
@Data @Entity
|
||||
@Table(name = "maimai2_game_event")
|
||||
@@ -20,6 +19,7 @@ class Mai2GameEvent : BaseEntity() {
|
||||
|
||||
@JsonIgnore
|
||||
var enable = false
|
||||
var disableArea = ""
|
||||
}
|
||||
|
||||
@Data @Entity
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
ALTER TABLE maimai2_game_event ADD COLUMN disable_area VARCHAR(20) DEFAULT '';
|
||||
ALTER TABLE maimai2_user_playlog ADD COLUMN ext_bool2 BIT(1) DEFAULT 0;
|
||||
|
||||
CREATE TABLE maimai2_user_kaleidx
|
||||
|
||||
Reference in New Issue
Block a user