smart4solutions / apex_oauth

PL/SQL packages enabling Google, Linkedin and Facebook login for apex
MIT License
38 stars 5 forks source link

Drop objects script #12

Closed jeffreykemp closed 8 years ago

jeffreykemp commented 8 years ago

In order to do a clean uninstall, need a "drop objects" script, e.g.

drop package json_ext; drop package json_parser; drop package json_printer; drop package s4sa_oauth_pck; drop package s4sf_auth_pck; drop package s4sg_auth_pck; drop package s4sl_auth_pck; drop view s4sa_requests_vw; drop view s4sg_oauth_user_vw; drop type json; drop type json_list; drop type json_value_array; drop type json_value; drop sequence s4sa_req_seq; drop table s4sa_requests; drop table s4sa_settings;

rmartenss4s commented 8 years ago

Jeffrey,

Thank you for your comments.

Would you care to cooperate on this?

regards, Richard (r.martens AT smart4apex DOT nl)

jeffreykemp commented 8 years ago

If I can get the whole solution working in my environment, I'll be keen to contribute in a more concrete way, as I have a few ideas in mind on how to use this pluin. I'll keep you posted :)

Jeffrey Kemp

On Sun, May 15, 2016 at 10:12 PM, Richard Martens notifications@github.com wrote:

Jeffrey,

Thank you for your comments.

Would you care to cooperate on this?

regards, Richard (r.martens AT smart4apex DOT nl)

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/smart4solutions/apex_oauth/issues/12#issuecomment-219288145