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)
-
0
There are three tables as far as I can see:
AbpEntityChanges AbpEntityChangeSets AbpEntityPropertyChanges
Are those what you are after?
B
-
0
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!