Skip to content

Commit

Permalink
Re-made migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Jul 17, 2024
1 parent 63a228e commit 119812f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.6 on 2024-07-10 14:21
# Generated by Django 5.0.7 on 2024-07-17 10:01

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

dependencies = [
("alerts", "0001_initial"),
("generic_pages", "0017_alter_generalpage_body"),
("generic_pages", "0021_alter_generalpage_body"),
]

operations = [
Expand Down

0 comments on commit 119812f

Please sign in to comment.