X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fdelete_identity.sql;fp=src%2Fcore%2FSQL%2FPostgreSQL%2F14%2Fdelete_identity.sql;h=7d25c0e8064e126da3a5a55520adf04307ba2038;hp=0000000000000000000000000000000000000000;hb=029c6d402af7b00b320dd5ce48f230783a88957a;hpb=7082ea3159aaaea098b34c204d5123a3dca3753a diff --git a/src/core/SQL/PostgreSQL/14/delete_identity.sql b/src/core/SQL/PostgreSQL/14/delete_identity.sql new file mode 100644 index 00000000..7d25c0e8 --- /dev/null +++ b/src/core/SQL/PostgreSQL/14/delete_identity.sql @@ -0,0 +1,2 @@ +DELETE FROM identity +WHERE identityid = :identityid AND userid = :userid