mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 06:07:27 +08:00
[+] Add chusan team name option
This commit is contained in:
@@ -31,6 +31,9 @@ class AquaGameOptions(
|
|||||||
|
|
||||||
@SettingField("wacca")
|
@SettingField("wacca")
|
||||||
var waccaAlwaysVip: Boolean = false,
|
var waccaAlwaysVip: Boolean = false,
|
||||||
|
|
||||||
|
@SettingField("general")
|
||||||
|
var chuniTeamName: String = "",
|
||||||
)
|
)
|
||||||
|
|
||||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE aqua_game_options ADD chusan_team_name VARCHAR(32) NOT NULL DEFAULT '';
|
||||||
Reference in New Issue
Block a user