“Redefinir a tabela MEMBRESPRESS” Respostas de código

Redefinir a tabela MEMBRESPRESS

DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule'));

DELETE FROM wp_posts WHERE post_type IN ('memberpresscoupon','memberpressgroup','memberpressproduct','mp-reminder', 'memberpressrule');

DELETE FROM wp_options WHERE option_name LIKE '%mepr%';
Gentle Goshawk

Redefinir a tabela MEMBRESPRESS

TRUNCATE TABLE wp_mepr_subscriptions;
TRUNCATE TABLE wp_mepr_transactions;
TRUNCATE TABLE wp_mepr_events;
TRUNCATE TABLE wp_mepr_members;
TRUNCATE TABLE wp_mepr_jobs;
TRUNCATE TABLE wp_mepr_rule_access_conditions;
TRUNCATE TABLE wp_mepr_tax_rates;
TRUNCATE TABLE wp_mepr_tax_rate_locations;
Gentle Goshawk

Respostas semelhantes a “Redefinir a tabela MEMBRESPRESS”

Perguntas semelhantes a “Redefinir a tabela MEMBRESPRESS”

Mais respostas relacionadas para “Redefinir a tabela MEMBRESPRESS” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código