begin; drop table auth_password_credential; drop table auth_password_conf cascade; drop table if exists auth_password_account; drop table if exists auth_password_method; drop function insert_auth_password_credential_subtype; drop function insert_auth_password_conf_subtype; commit;