forked from Cookies_Github_mirror/AquaDX
[+] Add chusan team name option
This commit is contained in:
@@ -31,6 +31,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("wacca")
|
||||
var waccaAlwaysVip: Boolean = false,
|
||||
|
||||
@SettingField("general")
|
||||
var chuniTeamName: String = "",
|
||||
)
|
||||
|
||||
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