Skip to content

EFCore SQL Server provider maps a SerializedMetadata column that doesn’t exist #62

@MaxBrooks114

Description

@MaxBrooks114

What happened?
After splitting out Elsa.Extensions into its own repo, the SQL-Server EF Core model for ActivityExecutionRecord was extended to include a SerializedMetadata column. But our existing database schema hasn’t been updated, so every upsert now fails with:

Invalid column name 'SerializedMetadata'.

Why it’s a problem:
Users who cannot or do not want to immediately run a database migration are completely blocked—no activity records can be written or updated.

Environment:

Elsa.Core version: latest fork

Elsa.Persistence.EFCore.SqlServer version: latest fork

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