schema version changed type
This commit is contained in:
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…
Reference in New Issue