Base solution for your next web application
Open Closed

Entity History should work for dependent tables #4768


User avatar
0
manojreddy created

I have a suggestion for you guys, please let me know if it's feasible or a valid case?

I have a table with ID column as PK, this ID is being referred as a foreign key (onDelete: ReferentialAction.Cascade) in some other tables. So When I delete the entity it should make entries for all the related tables also.

select * from AbpEntityChanges

select * from AbpEntityChangeSets

select * from AbpEntityPropertyChanges

Above queries give records only for the main table.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @ManojReddy, can you create an issue on ABP repository ?