Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
__MigrationHistory table us usually used by EF (Entity Framework) migrations. Interesting that this happens in plain EPiServer site. Do you (or any other library you are referencing) has EF Migrations enabled?
Hello,
I see a lot of failed dependency calls (Application Insights) with the following message "Invalid column name 'CreatedOn'.".
Query: SELECT TOP (1)
[c].[CreatedOn] AS [CreatedOn]
FROM [dbo].[__MigrationHistory] AS [c]
The table contains the following columns:
Is this by design? What can I do to resolve this issue / message?
Kind regards,
bob