schema version changed type

pull/19086/head
James Bardin 8 years ago committed by Martin Atkins
parent eeb606425d
commit 88bfbeb9c5

@ -13,7 +13,7 @@ import (
// ProtoToProviderSchema takes a proto.Schema and converts it to a providers.Schema.
func ProtoToProviderSchema(s *proto.Schema) providers.Schema {
return providers.Schema{
Version: int(s.Version),
Version: uint64(s.Version),
Block: schemaBlock(s.Block),
}
}

Loading…
Cancel
Save