Rename HostResource table to Host (#804)

* Rename HostResource table to Host

* Convert drop/creates to renames
This commit is contained in:
Michael Muller 2020-09-21 11:43:25 -04:00 committed by GitHub
parent 8bd5df98ff
commit f905e67494
4 changed files with 72 additions and 51 deletions

View file

@ -32,7 +32,7 @@ import javax.persistence.AccessType;
*/
@ReportedOn
@Entity
@javax.persistence.Entity
@javax.persistence.Entity(name = "Host")
@ExternalMessagingName("host")
@WithStringVKey
@Access(AccessType.FIELD) // otherwise it'll use the default if the repoId (property)