Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fix bug 1065624: Remove subscriber data from db. #142

Merged
merged 3 commits into from
Aug 13, 2015

Conversation

pmclanahan
Copy link

Replaces #141 and is based on WIP branch (12factor) for work
related to readying the site for deployment to heroku or deis.


operations = [
migrations.DeleteModel(
name='Subscriber',
Copy link

Choose a reason for hiding this comment

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

I recommend moving this to a separate commit, to be deployed after the removal from news/models.py.

Copy link
Author

Choose a reason for hiding this comment

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

done.

Subscriber data should only be in ExactTarget.
@pmclanahan
Copy link
Author

@jgmize I think I've addressed your concerns so far. Thanks for the review.

@jgmize
Copy link

jgmize commented Aug 12, 2015

@pmclanahan would you mind excluding the migrations folder from the coverage check?

Ignore migrations in coverage reports.
@pmclanahan
Copy link
Author

I've updated the coverage config. Seems to be working. @jgmize you think this is good enough now to merge into 12factor. I'm going to keep working on other things in there. I've got a 12factor-settings branch nearly there that requires this.

@jgmize
Copy link

jgmize commented Aug 13, 2015

Yes, this lgtm for merging into the 12factor branch. Nice work :)

jgmize added a commit that referenced this pull request Aug 13, 2015
Fix bug 1065624: Remove subscriber data from db.
@jgmize jgmize merged commit e905a4a into mozilla:12factor Aug 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants