Dalibor Votruba 2c3608591f fix many to many relationships, fix TenantUser mappings před 3 roky
..
Entity 2c3608591f fix many to many relationships, fix TenantUser mappings před 3 roky
Program.cs b72f116939 Recreate DAO mappings by Eflinq před 3 roky
Workbench.csproj b72f116939 Recreate DAO mappings by Eflinq před 3 roky
readme.txt b72f116939 Recreate DAO mappings by Eflinq před 3 roky

readme.txt

To reverse update:
- Set Workbench project as Startup Project
- Ensure if solution is buildable - backup Entity folder
- Open PM (Package Manager Console from View menu)
- Run following command (in case localdb use (localdb)\\MSSQLLocalDB)
Scaffold-DbContext "Server=(localdb)\MSSQLLocalDB;Database=QLiberace;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Entity -Force