summaryrefslogtreecommitdiffstats
path: root/sql/complain_delete_all.sql
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:06:52 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 19:06:52 +0100
commit39081f84a402aebb52d98a43e4675c90135cea9b (patch)
tree9c188a70367774c721b745818b74d059f9ce119c /sql/complain_delete_all.sql
parent2397764dd0e5efa2b613fd22f6bf9c183d07160b (diff)
downloadts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.gz
ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.tar.xz
ts3db_postgres-39081f84a402aebb52d98a43e4675c90135cea9b.zip
added sql files
Diffstat (limited to 'sql/complain_delete_all.sql')
-rw-r--r--sql/complain_delete_all.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/complain_delete_all.sql b/sql/complain_delete_all.sql
new file mode 100644
index 0000000..d02dec1
--- /dev/null
+++ b/sql/complain_delete_all.sql
@@ -0,0 +1 @@
+delete from complains where server_id = :server_id: and complain_to_client_id = :complain_to_client_id:; \ No newline at end of file