Member Junction
    Preparing search index...

    Options for the upgrade command.

    interface UpgradeOptions {
        AllowDoubleUnderscoreSchema?: boolean;
        AppName: string;
        Verbose?: boolean;
        Version?: string;
    }
    Index

    Properties

    AllowDoubleUnderscoreSchema?: boolean

    Allow schema names starting with '__'. Dangerous; MJ-internal apps only.

    AppName: string

    Name of the installed app to upgrade

    Verbose?: boolean

    Enable verbose output

    Version?: string

    Specific version to upgrade to (default: latest)