Skip to content

fix(schema): fix some string enum inconsistencies

Georgy Moshkin requested to merge fix/str-enums into master

Related enums are:

  • SpaceEngineType
  • SpaceFieldType
  • IndexType
  • IndexFieldType
  • RtreeIndexDistanceType

They also now implement a bunch more traits.

Also missing variants were added to SpaceFieldType & IndexFieldType.

Edited by Georgy Moshkin

Merge request reports