Skip to content

Commit

Permalink
Merged duplicate 0050 migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Sep 18, 2024
1 parent 7347005 commit 426e527
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ghostwriter/shepherd/migrations/0051_merge_20240918_1642.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.19 on 2024-09-18 16:42

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('shepherd', '0050_alter_transientserver_ip_address'),
('shepherd', '0050_auto_20240917_1521'),
]

operations = [
]

0 comments on commit 426e527

Please sign in to comment.