You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had issue where a new Entity property was being missed from the DBStream New_Image event record. We couldn't understand why this occurred and the resolution we ended up using was to drop the database table and recreate it. However in production this wouldn't be a good outcome.
Any guidance to why this occurred and how to avoid it? FYI...Our solution is a .NET 6 code base using Servleress Framework for the deployment model.
The text was updated successfully, but these errors were encountered:
Hello harrypooni-118 is this question related to any specific example on this repository or are you asking guidance to understand your specific situation with your code?
We had issue where a new Entity property was being missed from the DBStream New_Image event record. We couldn't understand why this occurred and the resolution we ended up using was to drop the database table and recreate it. However in production this wouldn't be a good outcome.
Any guidance to why this occurred and how to avoid it? FYI...Our solution is a .NET 6 code base using Servleress Framework for the deployment model.
The text was updated successfully, but these errors were encountered: