Skip to main content

max / makenotwork

406 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE subscription_tiers\n SET stripe_product_id = $2, stripe_price_id = $3\n WHERE id = $1\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "954ca30cab0c8cfee28e68558113c9fa45e9cbea2d2a3bb4824fc342440436c3"
16 }
17