diff --git a/schema/schema.go b/schema/schema.go index 6908ca097d9..6e993137823 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -473,7 +473,7 @@ func IsReservedPredicateChanged(pred string, update *pb.SchemaUpdate) bool { return false } - initialSchema := InitialSchema() + initialSchema := CompleteInitialSchema() for _, original := range initialSchema { if original.Predicate != pred { continue