Skip to content

Commit

Permalink
Merged migrations for PRs #369 and #371
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Dec 14, 2023
1 parent 50cbf6a commit 4fa83a1
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.19 on 2023-12-14 19:59

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('oplog', '0012_auto_20231208_2134'),
('oplog', '0012_auto_20231211_2154'),
]

operations = [
]

0 comments on commit 4fa83a1

Please sign in to comment.