aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json
diff options
context:
space:
mode:
Diffstat (limited to '.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json')
-rw-r--r--.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json b/.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json
new file mode 100644
index 0000000..e346609
--- /dev/null
+++ b/.sqlx/query-4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b.json
@@ -0,0 +1,28 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "\n delete from routing\n where id = $1\n returning id, configuration as \"configuration: sqlx::types::Json<RoutingConfiguration>\"\n ",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "id",
+ "type_info": "Uuid"
+ },
+ {
+ "ordinal": 1,
+ "name": "configuration: sqlx::types::Json<RoutingConfiguration>",
+ "type_info": "Jsonb"
+ }
+ ],
+ "parameters": {
+ "Left": [
+ "Uuid"
+ ]
+ },
+ "nullable": [
+ false,
+ false
+ ]
+ },
+ "hash": "4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b"
+}