-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
UNLINK fails because it can't create a new account for the unlinked nick:
2018-05-30 11:37:38 GMT [5464-2373855] ircservices@ircservices ERROR: duplicate key value violates unique constraint "account_primary_nick_idx"
2018-05-30 11:37:38 GMT [5464-2373856] ircservices@ircservices DETAIL: Key (primary_nick)=(193637) already exists.
2018-05-30 11:37:38 GMT [5464-2373857] ircservices@ircservices STATEMENT: INSERT INTO account (primary_nick, password, salt, url, email, cloak, flag_enforce, flag_secure, flag_verified, flag_cloak_enabled, flag_admin, flag_email_verified, flag_private, language, last_host, last_realname, last_quit_msg, last_quit_time, reg_time) SELECT primary_nick, password, salt, url, email, cloak, flag_enforce, flag_secure, flag_verified, flag_cloak_enabled, flag_admin, flag_email_verified, flag_private, language, last_host, last_realname, last_quit_msg, last_quit_time, reg_time FROM account WHERE id=$1
At the moment it reports "$masternick is now unlinked" when unlinking $nick, but that might be a follow-up error from the above.
Metadata
Metadata
Assignees
Labels
No labels