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