aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-12-06 09:27:45 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-12-06 09:27:45 -0500
commite90fc21a82c6d58a3fc8154b4a708cb323245ef0 (patch)
treee8f02e6f8de32c69cd5364f6e025799b3f988d34 /src/backenddb
parentb0a95a941b3d374e19e2f27c57155183315ed4df (diff)
update
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 1176cdd5..32f0b1be 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -9865,7 +9865,7 @@ postgres_connect (void *cls)
GNUNET_PQ_make_prepare ("delete_webhook",
"DELETE"
" FROM merchant_webhook"
- " WHERE merchant_template.merchant_serial="
+ " WHERE merchant_webhook.merchant_serial="
" (SELECT merchant_serial "
" FROM merchant_instances"
" WHERE merchant_id=$1)"