QQ2007偶然发现一个功能对普通号码开放就是对在线使用隐身,我记得去年看得时候我同学是会员才具备这个功能,现在对普通号码也开放实属难得。SO,有些人88
4 steps to delete account in DB. Delete from accounts where preferred_email=’’; delete from account_ssh_keys where account_id=''; delete from account_external_ids where external_id='gerrit:*’; delete from account_external_ids where external_id='username:*’; whatever it was in H2 database and postgres db . H2: ssh -p 24198 localhost gerrit gsql Postgres: psql
评论