You've already forked AstralRinth
forked from didirus/AstralRinth
1d0d8d7fbe
* [wip] Payments/subscriptions support * finish * working payment flow * finish subscriptions, lint, clippy, etc * docker compose
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM users_subscriptions\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "88d135700420321a3896f9262bb663df0ac672d465d78445e48f321fc47e09cb"
|
|
}
|