Skip to content

Duplicated index #1965

@ChristophWurst

Description

@ChristophWurst

Describe the bug

There is an index that duplicates the primary key.

To Reproduce
Steps to reproduce the behavior:

  1. Install the app

Expected behavior
Efficient index usage

$table->setPrimaryKey(['nid']);
$table->addUniqueIndex(['id_prim']);
$table->addUniqueIndex(['nid']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions