aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py')
-rw-r--r--pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py b/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
new file mode 100644
index 0000000..1e642b4
--- /dev/null
+++ b/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
@@ -0,0 +1,17 @@
+# Generated by Django 5.0.4 on 2024-09-08 19:23
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ("payments", "0004_rename_stripe_product_id_price_stripe_price_id"),
+ ]
+
+ operations = [
+ migrations.RemoveField(
+ model_name="subscriptionplan",
+ name="stripe_plan_id",
+ ),
+ ]