Base solution for your next web application
Open Closed

Invalid column name ImpersonatorUserId, ImpersonatorTenantId #358


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    Just run "Add-Migration" command to create migration and "Update-Database". I added some columns to the AuditLog table.