1
0

Cleanup + fixes to index_billing/index_subscriptions (#4457)

* Parse refunds

* Cleanup index subscriptions/index billing

* chore: query cache, clippy, fmt
This commit is contained in:
François-Xavier Talbot
2025-10-03 14:01:52 +01:00
committed by GitHub
parent 24504cb94d
commit 7e84659249
2 changed files with 749 additions and 715 deletions

View File

@@ -1,15 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "\n UPDATE users\n SET badges = $1\n WHERE (id = $2)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "f2525e9be3b90fc0c42c8333ca795ff0b6eb1d3c4350d8e025d39d927d4547fc"
}

File diff suppressed because it is too large Load Diff