mirror of https://github.com/hykilpikonna/AquaDX
[+] Infinite penguins option
parent
7e27bf0785
commit
27ca67b6f9
|
@ -34,6 +34,9 @@ class AquaGameOptions(
|
||||||
|
|
||||||
@SettingField("general")
|
@SettingField("general")
|
||||||
var chusanTeamName: String = "",
|
var chusanTeamName: String = "",
|
||||||
|
|
||||||
|
@SettingField("general")
|
||||||
|
var chusanInfinitePenguins: Boolean = false,
|
||||||
)
|
)
|
||||||
|
|
||||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE aqua_game_options ADD chusan_infinite_penguins BIT(1) NOT NULL DEFAULT 0;
|
Loading…
Reference in New Issue