Member Junction
    Preparing search index...

    Options for the remove command.

    interface RemoveOptions {
        AllowDoubleUnderscoreSchema?: boolean;
        AppName: string;
        Force?: boolean;
        KeepData?: boolean;
        Verbose?: boolean;
    }
    Index

    Properties

    AllowDoubleUnderscoreSchema?: boolean

    Allow dropping schemas whose name starts with '__' (normally reserved for MJ internals). The exact-match reserved list (dbo/sys/guest/INFORMATION_SCHEMA/__mj) remains blocked. Dangerous; intended for MJ-internal apps only.

    AppName: string

    Name of the installed app to remove

    Force?: boolean

    Force removal even if other apps depend on this one

    KeepData?: boolean

    Keep the database schema and data (don't DROP SCHEMA)

    Verbose?: boolean

    Enable verbose output