Skip to content

Commit

Permalink
add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jun 25, 2024
1 parent 2d6a389 commit b67b871
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.0.6 on 2024-06-12 07:25
# Generated by Django 5.0.6 on 2024-06-25 20:48

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('payments', '0046_consumptionsession_operation_code_and_more'),
('payments', '0047_paymentmethod'),
]

operations = [
Expand All @@ -18,6 +18,10 @@ class Migration(migrations.Migration):
model_name='serviceset',
name='services',
),
migrations.RemoveField(
model_name='plan',
name='service_set',
),
migrations.RemoveField(
model_name='subscription',
name='selected_service_set',
Expand All @@ -26,10 +30,6 @@ class Migration(migrations.Migration):
model_name='planfinancing',
name='selected_service_set',
),
migrations.RemoveField(
model_name='plan',
name='service_set',
),
migrations.RemoveField(
model_name='consumable',
name='service_set',
Expand Down

0 comments on commit b67b871

Please sign in to comment.