START TRANSACTION;
DELETE FROM wp_posts
WHERE wp_posts.post_type = 'flamingo_inbound';
ROLLBACK;
Created
May 31, 2024 14:52
-
-
Save seemly/e81791e94f60e3abf946e82a0cc15a4d to your computer and use it in GitHub Desktop.
MySQL query to delete Flamingo WordPress plugin Inbound Messages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment