mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
Added view, doesn't yet submit
This commit is contained in:
@@ -49,11 +49,11 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name='schema',
|
||||
name='schema_type',
|
||||
field=models.ForeignKey(related_name='schemas', to='forms.Type'),
|
||||
field=models.ForeignKey(related_name='schemas', to='rigForms.Type'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='form',
|
||||
name='schema',
|
||||
field=models.ForeignKey(related_name='forms', to='forms.Schema'),
|
||||
field=models.ForeignKey(related_name='forms', to='rigForms.Schema'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user