This commit is contained in:
crusader
2018-06-11 22:18:05 +09:00
parent 31010fc053
commit 68c3cee25e
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class InfraHostDaemon {
}
@Basic
@Column(name = "META", nullable = true)
@Column(name = "NAME", nullable = true)
public String getName() {
return name;
}