Update column names

This commit is contained in:
Alex Gryczewski 2023-09-12 11:05:36 -04:00
parent c146b7999e
commit c43835b8e8

View File

@ -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;
} }