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)
-
0
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>)