Skip to content

Commit

Permalink
Remake migration to avoid conflicts or additional merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hfroot committed Oct 30, 2024
1 parent 48115f7 commit b9e601e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.0.3 on 2024-04-30 18:18
# Generated by Django 5.0.8 on 2024-10-30 17:50

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("data", "0143_merge_20240402_1736"),
("data", "0156_historicalresourceaction"),
]

operations = [
Expand Down

0 comments on commit b9e601e

Please sign in to comment.