0
keithflynn created
I just updated all the Abp packages to the latest (Abp 0.7.1.0)
I now get and error as soon as I try to start the application complaining:
Invalid column name 'ImpersonatorUserId'.
Invalid column name 'ImpersonatorTenantId'.
Invalid column name 'CustomData'.
I do not see these columns anywhere in my code. Where can I find the changes I am obviously missing?
Thanks...
1 Answer(s)
-
0
Just run "Add-Migration" command to create migration and "Update-Database". I added some columns to the AuditLog table.