Skip to content

Changing the type of a property from one class to another doesn't update the foreign key #4

@markjerz

Description

@markjerz
class Entity {
    public OtherEntity OtherEntity { get; set; }
}

to

class Entity {
    public AnotherEntity OtherEntity { get; set; }
}

doesn't get spotted by dbm as a change to the foreign key

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