Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Sep 26, 2011 @ 13:29
    Morten Bock
    0

    Uninstall sql missing row

    I just bumped into this while doing the manual install/uninstall

    The uninstall.sql cointains this:

    DELETE FROM [umbracoAppTree]
      WHERE appAlias = 'courier';

    But should also contain this row, which is currently not getting deleted:

    DELETE FROM [umbracoAppTree]
      WHERE appAlias = 'users' and treeAlias = 'couriersecurity';

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies