forked from Cookies_Github_mirror/AquaDX
[+] Matching server in game option table
This commit is contained in:
@@ -37,6 +37,12 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("chu3")
|
||||
var chusanInfinitePenguins: Boolean = false,
|
||||
|
||||
@SettingField("chu3-matching")
|
||||
var chusanMatchingServer: String = "",
|
||||
|
||||
@SettingField("chu3-matching")
|
||||
var chusanMatchingReflector: String = "",
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE aqua_game_options ADD chusan_matching_server VARCHAR(200) NULL;
|
||||
ALTER TABLE aqua_game_options ADD chusan_matching_reflector VARCHAR(200) NULL;
|
||||
Reference in New Issue
Block a user