Skip to content

Commit

Permalink
Migrations conflict fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza committed Dec 16, 2024
1 parent 4e4371d commit be90f0c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions breathecode/admissions/migrations/0068_merge_20241216_1552.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.1.3 on 2024-12-16 15:52

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("admissions", "0065_alter_cohortuser_educational_status"),
("admissions", "0067_alter_cohort_micro_cohorts"),
]

operations = []
13 changes: 13 additions & 0 deletions breathecode/registry/migrations/0054_merge_20241216_1552.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.1.3 on 2024-12-16 15:52

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("registry", "0053_alter_asset_template_url"),
("registry", "0053_assettechnology_featured_course"),
]

operations = []

0 comments on commit be90f0c

Please sign in to comment.