ente/server/migrations/48_add_stripe_account.down.sql
2024-03-01 13:37:01 +05:30

5 lines
83 B
SQL

UPDATE
subscriptions
SET
attributes = attributes - 'stripeAccountCountry';