mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
[+] Add country override field
This commit is contained in:
@@ -49,6 +49,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("ongeki")
|
||||
var ongekiInfiniteKaika: Boolean = false,
|
||||
|
||||
@SettingField("profile")
|
||||
var countryOverride: String = "",
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
1
src/main/resources/db/V1000_39__net_country_override.sql
Normal file
1
src/main/resources/db/V1000_39__net_country_override.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE aqua_game_options ADD country_override CHAR(2) NULL;
|
||||
Reference in New Issue
Block a user