[M] Move game URLs

This commit is contained in:
Azalea
2024-02-25 21:42:58 -05:00
parent eb960209bf
commit cb96b5fa8f
12 changed files with 78 additions and 103 deletions

View File

@@ -15,7 +15,7 @@ class Keychip(
val id: Long = 0,
@Column(unique = true, nullable = false)
val keychipId: String = ""
val keychipId: String = "",
) : Serializable {
companion object {
const val serialVersionUID = 1L