Hi,
I have started getting this error
"Microsoft.Data.SqlClient.SqlException: 'Invalid object name 'AbpUserOrganizationUnits'.'"
after upgrading to 2.9
Cheers
Zak
Please check the official documentation before asking questions: https://docs.abp.io
GitHub issues are for bug reports, feature requests and other discussions about the framework.
If you're creating a bug/problem report, please include followings:
Please write in English.
Please use Stack Overflow for your questions about using the framework, templates and samples:
https://stackoverflow.com/questions/tagged/abp
Use abp tag in your questions.
You need add and apply new migration
Try:
add-migration Added_OrganizationUnits
Many thanks liangshiw. Is all working now
Most helpful comment
You need add and apply new migration
Try: