ivan-price-acted commented on issue #13345: URL: https://github.com/apache/superset/issues/13345#issuecomment-1260934825
puting this here for future use: ``` -- user to be deleted is id XXX delete from favstar where user_id=XXX; delete from key_value where changed_by_fk=XXX; delete from key_value where created_by_fk=XXX; delete from logs where user_id=XXX; delete from ab_user where id=XXX; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
