0
david.hurtado created
- ABP Framework version: v7.0.1
- UI Type: Blazor Server
- Database System: EF Core -SQL Server,
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
- We need to fill a table when a tenant is created. How we could do this with this version 7.0.1
3 Answer(s)
-
0
Hi,
you can use the data seed system, https://abp.io/docs/latest/framework/infrastructure/data-seeding
-
0
Thanks @liangshiwei This works for a migration but i need when i create or insert a new tenant, no for migration.
-
0