Skip to content

Commit

Permalink
fix conflict migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Sep 22, 2023
1 parent e50e5cb commit 3b31289
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions breathecode/payments/migrations/0035_merge_20230922_2320.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.21 on 2023-09-22 23:20

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('payments', '0033_serviceitemfeature_title'),
('payments', '0034_cohortset_cohorts'),
]

operations = []

0 comments on commit 3b31289

Please sign in to comment.