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