X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2FSQL%2FSQLite%2F3%2Fdelete_networks_by_uid.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F3%2Fdelete_networks_by_uid.sql;h=0542d85abbccfcc7a234f92ba1605bae1ea7079b;hb=9d12f8189a0dfd8ac76e41aea86ac56bdf907fde;hp=0000000000000000000000000000000000000000;hpb=8de2d4650197bdae2f39f804228f3bce5ddbd59c;p=quassel.git diff --git a/src/core/SQL/SQLite/3/delete_networks_by_uid.sql b/src/core/SQL/SQLite/3/delete_networks_by_uid.sql new file mode 100644 index 00000000..0542d85a --- /dev/null +++ b/src/core/SQL/SQLite/3/delete_networks_by_uid.sql @@ -0,0 +1,2 @@ +DELETE FROM network +WHERE userid = :userid