Skip to content

Commit

Permalink
Rebase migrations in preparation for 3.70
Browse files Browse the repository at this point in the history
fixes #416
  • Loading branch information
mdellweg committed Dec 11, 2024
1 parent 0d0f346 commit 21d1030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/416.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rebase migrations to prepare for pulpcore 3.70.
4 changes: 2 additions & 2 deletions pulp_ostree/app/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 3.2.6 on 2021-09-02 22:53
# Generated by Django 4.2.16 on 2024-12-11 16:23

from django.db import migrations, models
import django.db.models.deletion
Expand All @@ -9,7 +9,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('core', '0075_rbaccontentguard'),
('core', '0091_systemid'),
]

operations = [
Expand Down

0 comments on commit 21d1030

Please sign in to comment.