Open AleksMeshkov opened 10 years ago
@zefhemel, @coresmart is this project still maintained?
I apologize I have not been able to. Some events have prevented this. Would you like to take it over?
Sent from my iPhone
On Nov 7, 2014, at 5:10 AM, Aleksey Meshkov notifications@github.com wrote:
@zefhemel, @coresmart is this project still maintained?
— Reply to this email directly or view it on GitHub.
@coresmart I'm sorry but I can't do it for now just like you. May be in a month.
Hi, @zefhemel!
I have a simple relation scheme described below:
A
has many
BB
has many
C Bhas many
DWhen I call
A.B.destroyAll()
B is being removed, but C and D relations for B remains undeleted.Can you fix this issue please?