From 721d136d21790fae7dd08ae34c5e157fef306c54 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 18 Oct 2021 18:02:03 -0600 Subject: [PATCH] fix build issue as a result of unprepared query --- appmgr/sqlx-data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appmgr/sqlx-data.json b/appmgr/sqlx-data.json index 60f2d0396..444389606 100644 --- a/appmgr/sqlx-data.json +++ b/appmgr/sqlx-data.json @@ -20,6 +20,16 @@ "nullable": [] } }, + "165daa7d6a60cb42122373b2c5ac7d39399bcc99992f0002ee7bfef50a8daceb": { + "query": "DELETE FROM certificates WHERE id = 0 OR id = 1;", + "describe": { + "columns": [], + "parameters": { + "Right": 0 + }, + "nullable": [] + } + }, "177c4b9cc7901a3b906e5969b86b1c11e6acbfb8e86e98f197d7333030b17964": { "query": "DELETE FROM notifications WHERE id = ?", "describe": {