Skip to content

Migrations performed programmatically do not work for version >= 10.0.0-rc.2 #3697

@Ryba1986

Description

@Ryba1986

Hello,

executing the migration command below does not work from version 10.0.0-rc.2

using UnitOfWork uow = new();
uow.Database.Migrate();

In addition, calling the following command

var migrations = uow.Database.GetMigrations().ToArray();

from version 10.0.0-rc.2 returns an empty array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions