aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-7b3c6c6cb69c31aa97840c9aec48b72055275ad524568a9578f5cabb76101e82.json
blob: 16d8178c5126341ea16774baffe5bb4a76fb0ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}