Update column names
This commit is contained in:
parent
c146b7999e
commit
c43835b8e8
@ -70,7 +70,7 @@ public class Outfit {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Column(name = "discordName", nullable = false)
|
@Column(name = "discord_name", nullable = false)
|
||||||
public String getDiscordName() {
|
public String getDiscordName() {
|
||||||
return discordName;
|
return discordName;
|
||||||
}
|
}
|
||||||
@ -124,7 +124,7 @@ public class Outfit {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Column(name = "deleteHash", nullable = false)
|
@Column(name = "delete_hash", nullable = false)
|
||||||
public String getDeleteHash() {
|
public String getDeleteHash() {
|
||||||
return deleteHash;
|
return deleteHash;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user