You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a relationship one to many Between model Car and model SheetInspection, SheetInspection has a one-to-one polymorphic relation with DriveTest, the three models supports soft deletes, when I do a Car Delete Everything is marked as deleted, but when I make a Car Forcedelete, only the car and sheetInspections are removed from database, but the driveTest is kept.
The text was updated successfully, but these errors were encountered:
Description:
I have a relationship one to many Between model Car and model SheetInspection, SheetInspection has a one-to-one polymorphic relation with DriveTest, the three models supports soft deletes, when I do a Car Delete Everything is marked as deleted, but when I make a Car Forcedelete, only the car and sheetInspections are removed from database, but the driveTest is kept.
The text was updated successfully, but these errors were encountered: