Files
AstralRinth/apps/labrinth/.sqlx/query-5d7425cfa91e332bf7cc14aa5c300b997e941c49757606f6b906cb5e060d3179.json
2024-10-16 14:11:42 -07:00

15 lines
347 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE mods\n SET updated = NOW()\n WHERE id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "5d7425cfa91e332bf7cc14aa5c300b997e941c49757606f6b906cb5e060d3179"
}