Skip to content

Delete all rows in class #413

New issue

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

Merged
merged 1 commit into from
Jun 11, 2016
Merged

Conversation

Marco129
Copy link
Contributor

Related to #124
Merge only if parse-community/parse-server#2032 accepted!

@ghost
Copy link

ghost commented Jun 11, 2016

By analyzing the blame information on this pull request, we identified @drew-gross, @JeremyPlease and @gavrix to be potential reviewers.

let path = `/apps/${this.slug}/collections/${className}/clear`;
return AJAX.del(path);
if (this.serverInfo.parseServerVersion == 'Parse.com') {
let path = `/apps/${this.slug}/collections/${className}/clear`;
Copy link
Contributor

@drew-gross drew-gross Jun 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't actually need to keep the version that goes to Parse.com around, it doesn't work anyway. No need to change this PR, but for later PRs :)

@drew-gross drew-gross merged commit aa3ac45 into parse-community:master Jun 11, 2016
@Marco129 Marco129 deleted the purge-class branch June 12, 2016 04:22
@Marco129 Marco129 restored the purge-class branch June 15, 2016 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants