Skip to content

Commit

Permalink
Merge pull request #71 from acdh-oeaw/migration-fix
Browse files Browse the repository at this point in the history
legacy fields cleanup
  • Loading branch information
gythaogg authored Jun 13, 2024
2 parents 3744692 + 2aa3100 commit f08e4af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions apis_ontology/migrations/0017_merge_20240613_1354.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 4.2.13 on 2024-06-13 13:54

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("apis_ontology", "0015_alter_instance_start_date_written_and_more"),
(
"apis_ontology",
"0016_remove_instance_published_remove_person_published_and_more",
),
]

operations = []
2 changes: 1 addition & 1 deletion apis_ontology/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class Excerpts(GenericModel, models.Model):
#######################################################################################


class TibScholRelationMixin(Relation, LegacyDateMixin):
class TibScholRelationMixin(Relation, LegacyDateMixin, GenericModel):
CONFIDENCE = [
("Positive", "Positive"),
("Uncertain", "Uncertain"),
Expand Down

0 comments on commit f08e4af

Please sign in to comment.