Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Dec 18, 2023
1 parent 3ee8410 commit 1722bbd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions osf/migrations/0018_merge_20231218_1446.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.17 on 2023-12-18 14:46

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('osf', '0017_alter_notabledomain_note'),
('osf', '0017_auto_20231212_1843'),
]

operations = [
]

0 comments on commit 1722bbd

Please sign in to comment.