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