mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Rename DomainBase -> Domain (#1725)
* Rename DomainBase -> Domain This was a long time coming, but we couldn't do it until we left Datastore, as the Java class name has to match the Datastore entity name. Subsequent PRs will rename ContactResource to Contact and HostResource to Host, so that everything matches the SQL table names (and is shorter!). * Merge branch 'master' into rename-domainbase
This commit is contained in:
@@ -80,7 +80,7 @@ as follows:
|
||||
6. Delete the old fields, their indexes, and the `@OnSave` method.
|
||||
7. Deploy the new version of the app. The schema migration is now complete.
|
||||
|
||||
The migration away from using a wrapper class around Keys on `DomainBase`
|
||||
The migration away from using a wrapper class around Keys on `Domain`
|
||||
objects is instructive as an example:
|
||||
|
||||
* [Step
|
||||
|
||||
Reference in New Issue
Block a user