Skip to content

rename support #14

@adamfoneil

Description

@adamfoneil

If you rename a table or column today, ensync treats it as a drop and create/add. There's no way to perform an actual rename. I think this should be mainline functionality because of how common this need is during database development.

I picture having a [RenameFrom] attribute (that works both on classes and properties) that you would use temporarily for a merge to indicate what the prior name of something is before dropping it. Using this would inject an sp_rename call into the script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions