Skip to content

Support Backward Compatible Schema Upgrades #40

@tomijaga

Description

@tomijaga

Should be able to support schema upgrades that extend existing variants:

type Id = {
    #uuid: Blob;
}

to

type Id = {
    #uuid: Blob;
    #name: Text;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions