Otvoriť Uzavreté

Hybrid DB Migrations #3968


User avatar
0
pablotola vytvorené
  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core

I want to be able to have some tenants in a shared database and others in their own database. I have the contexts separated, do I need to configure the the same DbSets in both contexts if I want the tenant tables also to be in the host database? When creating migrations for the host and the tenant the tables I specify in the tenant context are not being created in the host.


1 odpoveď(e)/dí
  • User Avatar
    0
    liangshiwei vytvorené
    Tím podpory Fullstack Developer

    do I need to configure the the same DbSets in both contexts if I want the tenant tables also to be in the host database?

    Hi, yes you need it, otherwise it won't create the table

Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11