Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Jun 26, 2024
1 parent 0488bdf commit 7d8c7a6
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 21:15
# Generated by Django 5.0.6 on 2024-06-26 23:52

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('payments', '0047_paymentmethod'),
('payments', '0048_remove_serviceset_academy_remove_serviceset_services_and_more'),
]

operations = [
Expand Down

0 comments on commit 7d8c7a6

Please sign in to comment.