Skip to content

Commit

Permalink
fix migrations again
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Jun 27, 2024
1 parent cdac731 commit ad57a86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.0.6 on 2024-06-26 23:52
# Generated by Django 5.0.6 on 2024-06-27 00:05

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('payments', '0048_remove_serviceset_academy_remove_serviceset_services_and_more'),
('payments', '0049_paymentmethod_is_credit_card'),
]

operations = [
Expand Down

0 comments on commit ad57a86

Please sign in to comment.