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 933394e8c3
commit 5bff53a711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)