mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
* explicitly only scan jar/zip/disabled files for attributions * add route to force scan file * prepare
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO payouts_values (user_id, mod_id, amount, created, date_available)\n VALUES ($1, NULL, $2, NOW(), $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Numeric",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "69a1cb4b7f1115a990d1fc4805d58541fc78e910111c09ba3d50a12d9ca4a9f8"
|
|
}
|