mirror of
https://github.com/ente-io/ente.git
synced 2025-06-25 19:32:26 +00:00
11 lines
171 B
SQL
11 lines
171 B
SQL
UPDATE
|
|
subscriptions
|
|
SET
|
|
attributes = jsonb_set(
|
|
attributes,
|
|
'{stripeAccountCountry}',
|
|
'"IN"'
|
|
)
|
|
WHERE
|
|
payment_provider = 'stripe';
|