ok thanks.
any example for migration in plugin base project?
If i add module as plugin in project then how can i do migration of that module? I Reference: https://docs.abp.io/en/abp/latest/PlugIn-Modules
Ok thanks its working fine.
If i want to show other razor page as default page instead of index.cshtml then what should i do?
but in 5.2 i upgrdae them its show error ->Error: IRepository<TempLayer, Guid>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IRepository<TempLayer, Guid>' could be found (are you missing a using directive or an assembly reference?)
how Can I create abp-modal with draggable? there is any option??
code: <abp-modal centered="true" scrollable="true" size="Large" static="true" id="mySGLQueryBuilder"> <abp-modal-header title="Advance Query"></abp-modal-header> <abp-modal-body> </abp-modal-body> </abp-modal>