Skip to content

Connector does not honor non-unique index definition in model json file on automigrate #336

@jeffunderdown

Description

@jeffunderdown

Upon automigration the non-unique indexes for the model are created as unique indexes.

Model definition file snippet:

"indexes": {
  "field_name_idx": {
    "keys": {
      "field_name": 1
    },
   "options": {
      "unique": false
   }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions