aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json
diff options
context:
space:
mode:
Diffstat (limited to '.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json')
-rw-r--r--.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json b/.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json
new file mode 100644
index 0000000..16d8178
--- /dev/null
+++ b/.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json
@@ -0,0 +1,16 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "\n update rule\n set configuration = $1\n where id = $2 and version = $3\n ",
+ "describe": {
+ "columns": [],
+ "parameters": {
+ "Left": [
+ "Jsonb",
+ "Text",
+ "Text"
+ ]
+ },
+ "nullable": []
+ },
+ "hash": "7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82"
+}