da77a

Results 2 issues of da77a

**Feature description** I want to be able to "edit" not destroy and recreate, existing relationship definitions to change the "type" of relationship. Assume I already have a many to one...

## Current Behaviour I have the following avro schema: ``` [ { "name": "UID", "type": "fixed", "size": 16 } , { "name": "Content", "type": "record", "fields": [ {"name": "name", "type":...