Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Removed unused waffles
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Sep 16, 2014
1 parent 5bba02d commit 462ef53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
3 changes: 3 additions & 0 deletions migrations/847-waffle-cleanup.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DELETE FROM waffle_sample WHERE name="paypal-disabled-limit";

DELETE FROM waffle_switch WHERE name="marketplace-feed";
33 changes: 0 additions & 33 deletions mkt/site/fixtures/init.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,6 @@
"model": "waffle.switch",
"pk": 48
},
{
"fields": {
"active": false,
"created": "2014-04-04T15:43:09",
"modified": "2014-04-04T15:43:09",
"name": "iarc",
"note": "Unleash the IARC app ratings."
},
"model": "waffle.switch",
"pk": 52
},
{
"fields": {
"active": false,
"created": "2014-04-04T15:43:10",
"modified": "2014-04-04T15:43:10",
"name": "marketplace-feed",
"note": "Enables the Feed features of Marketplace"
},
"model": "waffle.switch",
"pk": 54
},
{
"fields": {
"active": false,
Expand Down Expand Up @@ -131,17 +109,6 @@
"model": "waffle.sample",
"pk": 2
},
{
"fields": {
"created": "2012-10-17T15:51:18",
"modified": "2012-10-17T15:51:18",
"name": "paypal-disabled-limit",
"note": "Sanity check limit on paypal cron",
"percent": "10.0"
},
"model": "waffle.sample",
"pk": 3
},
{
"fields": {
"active": true,
Expand Down

0 comments on commit 462ef53

Please sign in to comment.