revert: prefectures (temporary)

This commit is contained in:
Raymond
2025-08-22 06:02:22 -04:00
committed by GitHub
parent 3d95a84739
commit fc3f2171ee
21 changed files with 24 additions and 294 deletions

View File

@@ -43,10 +43,6 @@ class AquaNetUser(
@Column(length = 3)
var country: String = "",
// Region code at most 2 characters
@Column(length = 2)
var region: String = "",
// Last login time
var lastLogin: Long = 0L,