You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-c29ca718297fe912a9f9a...

21 lines
692 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO auth_email_identities (\n user_id, email, deleted_at, deletion_source\n )\n VALUES\n ($1, 'expired-unbound@example.com', $4, $6),\n ($2, 'recent-unbound@example.com', $5, $6),\n ($3, 'account-retained@example.com', $4, $7)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Timestamptz",
"Timestamptz",
"Int2",
"Int2"
]
},
"nullable": []
},
"hash": "c29ca718297fe912a9f9a2fd31f9931c0796c5954a8d48e1e2e4ed454d22157d"
}