We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, @zefhemel!
I have a simple relation scheme described below:
A has many B
has many
B has many C B has many D
When I call A.B.destroyAll() B is being removed, but C and D relations for B remains undeleted.
A.B.destroyAll()
Can you fix this issue please?
The text was updated successfully, but these errors were encountered:
@zefhemel, @coresmart is this project still maintained?
Sorry, something went wrong.
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.
On Nov 7, 2014, at 5:10 AM, Aleksey Meshkov notifications@github.com wrote:
— 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.
No branches or pull requests
Hi, @zefhemel!
I have a simple relation scheme described below:
A
has many
BB
has many
CB
has 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?
The text was updated successfully, but these errors were encountered: