Skip to content

Commit

Permalink
Merge migrations from IAC and DOI projects
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Jan 22, 2025
1 parent 5deda2b commit c2c589a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions osf/migrations/0026_merge_20250122_1907.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.15 on 2025-01-22 19:07

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('osf', '0025_contributor_is_curator_and_more'),
('osf', '0025_versioned_guid_for_preprints_doi_versioning'),
]

operations = [
]

0 comments on commit c2c589a

Please sign in to comment.