Skip to content

Commit

Permalink
Another reserved keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 25, 2024
1 parent 2a63c62 commit a11815a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class MySQLPersistentDataHandler(

private abstract inner class ListKeyTable<T>(name: String) : ProfileTable(name) {
val key = varchar("dataKey", 128)
val index = integer("index")
val index = integer("listIndex")
abstract val value: Column<T>

override val primaryKey = PrimaryKey(uuid, key, index)
Expand Down

0 comments on commit a11815a

Please sign in to comment.