Fix Nomulus SchemaVersionTest by adding missing RDE_IMPORT

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141210906
This commit is contained in:
mcilwain 2016-12-06 12:27:19 -08:00 committed by Ben McIlwain
parent 2620097599
commit c7cc97d62b

View file

@ -808,6 +808,7 @@ enum google.registry.model.reporting.HistoryEntry$Type {
HOST_DELETE_FAILURE;
HOST_PENDING_DELETE;
HOST_UPDATE;
RDE_IMPORT;
SYNTHETIC;
}
class google.registry.model.server.Lock {