From 799cf2efdb83d5be3c7634ae60f19bc3a7601c58 Mon Sep 17 00:00:00 2001 From: Allen Short Date: Mon, 27 Jan 2014 13:36:53 -0800 Subject: [PATCH] Remove paypal-disable from mkt waffles --- migrations/744-remove-waffle-mkt-paypal-disable.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/744-remove-waffle-mkt-paypal-disable.sql diff --git a/migrations/744-remove-waffle-mkt-paypal-disable.sql b/migrations/744-remove-waffle-mkt-paypal-disable.sql new file mode 100644 index 0000000000..a431ec0a3b --- /dev/null +++ b/migrations/744-remove-waffle-mkt-paypal-disable.sql @@ -0,0 +1 @@ +DELETE FROM waffle_switch_mkt where name = 'paypal-disable';