Awesome that you created the hive. app_reset_data
function. I was encountering an issue when I dropped a HAF app's schema before removing it's context, which left the shadow tables and other HAF entries like registered tables intact blocking the recreation of the context. So I had to manually remove those entries if I forgot to remove context first.
You are viewing a single comment's thread from:
Yeah, I had a similar experience that led to this change. Whenever there's a requirement to do a sequence of commands in a specific order or "bad things happen", it's a good idea to try to prevent it from being a sequence that a human has to type :-)