Base solution for your next web application
Open Closed

persistence of Entity change history #4636


User avatar
0
BobIngham created

.Net Core, Angular v5.1.0 implemented Feature #718 Entity change history which is fully documented at [https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/doc/WebSite/Entity-History.md]). In order to test this feature I have downloaded and created a new project. My question is:

where is the change history persisted?

I can see no table in the database which stores this information.


2 Answer(s)
  • User Avatar
    0
    brandonmurphy created

    There are three tables as far as I can see:

    AbpEntityChanges AbpEntityChangeSets AbpEntityPropertyChanges

    Are those what you are after?

    B

  • User Avatar
    0
    BobIngham created

    Doh! @brandonmurphy - exactly what I was looking for, I was looking in a previous development database, thanks for casting light on the error of my ways!