Skip to content

Commit

Permalink
fix migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Sep 25, 2023
1 parent 8e97511 commit b64f276
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions breathecode/payments/migrations/0036_merge_20230925_1525.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.21 on 2023-09-25 15:25

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('payments', '0035_merge_20230922_2320'),
('payments', '0035_merge_20230923_0701'),
]

operations = []

0 comments on commit b64f276

Please sign in to comment.