1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/social_twitter/data/neutralize.sql
2024-12-10 09:04:09 +07:00

5 lines
161 B
SQL

-- delete Twitter Access Tokens
UPDATE social_account
SET twitter_user_id = NULL,
twitter_oauth_token = NULL,
twitter_oauth_token_secret = NULL;