mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM payout_period_days\n WHERE period = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Date"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "364343e1f73721e33c2eaf3480a471705b60baaa598f5878bcc5a5eb048d0abc"
|
|
}
|