In our system, we suddenly lost all data. Noone could log into the system and the data was suddenly empty.
A closer look into the database showed, that there is now double the tables that there was before, just with another schema name in front of it instead of the standard DBO, it is not Timenord.tablename. All the data is still in the DBO tables, but the system is trying to use the new tables.
We havent been making any update to the system for a couple of days, so why this sudden behavior?
How do I fix it? Im using .net core 2.2, and i have never seen this issue before.
Dont even know how to tell the system to use the other schema.....