Skip to content

Commit

Permalink
Add merged migrations file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtisza1 committed Oct 20, 2023
1 parent 231041c commit 9ef2258
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/dot_ext/migrations/0007_merge_20231020_2004.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.4 on 2023-10-20 20:04

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dot_ext', '0006_alter_application_user_alter_archivedtoken_user_and_more'),
('dot_ext', '0006_auto_20230921_1021'),
]

operations = [
]

0 comments on commit 9ef2258

Please sign in to comment.