mirror of
https://github.com/google/nomulus.git
synced 2025-07-08 20:23:24 +02:00
Rename HostResource table to Host (#804)
* Rename HostResource table to Host * Convert drop/creates to renames
This commit is contained in:
parent
8bd5df98ff
commit
f905e67494
4 changed files with 72 additions and 51 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue