Gavin Mendel-Gleason
Gavin Mendel-Gleason
We need to actually implement both schema and instance migration of parent changes in inheritance hierarchy.
I'll take a look at this now. The Set is always optional, so it should allow this, and for List it is never optional, so you probably need to use...
This error needs to be more informative too.
We can have a work around for this where `Optional[List[...]]` is converted to and from `Array` potentially. Not sure what the best behaviour is.
This is a great idea. We can try to get to it as soon as we have someone available, but we're also happy to take a PR if you want...