Skip to content

Commit

Permalink
Merged migration leaf nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed Oct 28, 2023
1 parent 0926c32 commit a6e4b8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stregsystem/migrations/0018_merge_20231028_1024.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.28 on 2023-10-28 08:24

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('stregsystem', '0017_auto_20220511_1738'),
('stregsystem', '0016_event'),
]

operations = [
]

0 comments on commit a6e4b8b

Please sign in to comment.