mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n\t\t\t\tINSERT INTO payout_periods (\n\t\t\t\t\tperiod,\n\t\t\t\t\traw_actual_aditude_revenue_usd,\n\t\t\t\t\tadjustments\n\t\t\t\t)\n\t\t\t\tSELECT period, 0, '[]'::jsonb\n\t\t\t\tFROM UNNEST($1::date[]) AS period\n\t\t\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"DateArray"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8d6cbbb4963ff2d0cc36c2c91e147fda4c6a6d69ec96bc4e531dc695e4e92f62"
|
|
}
|