Base solution for your next web application
Open Closed

Update different Databases for different Tenant's #1602


User avatar
0
vineforce created

Hello Support,

As I want to convert our application for Multi-tenant features with different databases. I want to confirm one thing that if we will do any change in any table or any database change, do we need to migrate each and every database separately as all of them are connected with single application.

your help is appreciated.

Thanks


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Yes, it's needed because your application code changed and databases should be compatible. Otherwise, you get errors when you run your application. As you probably know, there is a tool named Migrator in module zero template that simplifies it (<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/tree/master/src/Tools/AbpCompanyName.AbpProjectName.Migrator">https://github.com/aspnetboilerplate/mo ... e.Migrator</a>)