Skip to content

Commit

Permalink
address migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Meesch committed Nov 21, 2024
1 parent 246d622 commit 49e1609
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/addcorpus/migrations/0025_merge_20241121_1525.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.16 on 2024-11-21 14:25

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('addcorpus', '0024_field_position'),
('addcorpus', '0024_remove_field_name_ner_validator'),
]

operations = [
]

0 comments on commit 49e1609

Please sign in to comment.