mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: revert relationship link change
Fixes issue where migrations will not run on MySQL
This commit is contained in:
@@ -119,7 +119,7 @@ class Person(models.Model):
|
||||
'self',
|
||||
related_name='relationship_sources',
|
||||
through='Relationship',
|
||||
through_fields=('source', 'target_person'),
|
||||
through_fields=('source', 'target'),
|
||||
symmetrical=False)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user