Skip to content

SQLite: Indexes are dropped if certain methods are called which internally call changeColumnInternal #39

Open
@JaBistDuNarrisch

Description

@JaBistDuNarrisch

Since changeColumnInternal drops the table and recreates it (which is necessary) but leaves out the indexes the table had before. The indexes are dropped with the table automatically but not recreated.

The affected methods are:

  • RenameColumn
  • RemoveColumnDefaultValue
  • AddPrimaryKey
  • AddUniqueConstraint

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