Files
piratepoet/tests/_data/dropMP2Tables.sql
fred b7f7dc6728 Add unit tests for the MP2Migrator class
Add the method "invokeMethod" in the MailPoetTest class to be able to test private and protected methods
Move the "rowsCount" method in the Helpers class for reusability
Add the method "loadSQL" in the Helpers class
Store the mapping between MP2 user ID and MP3 subscriber ID
2017-06-12 13:13:02 +02:00

16 lines
651 B
SQL

DROP TABLE IF EXISTS `wp_wysija_campaign`;
DROP TABLE IF EXISTS `wp_wysija_campaign_list`;
DROP TABLE IF EXISTS `wp_wysija_custom_field`;
DROP TABLE IF EXISTS `wp_wysija_email`;
DROP TABLE IF EXISTS `wp_wysija_email_user_stat`;
DROP TABLE IF EXISTS `wp_wysija_email_user_url`;
DROP TABLE IF EXISTS `wp_wysija_form`;
DROP TABLE IF EXISTS `wp_wysija_list`;
DROP TABLE IF EXISTS `wp_wysija_queue`;
DROP TABLE IF EXISTS `wp_wysija_url`;
DROP TABLE IF EXISTS `wp_wysija_url_mail`;
DROP TABLE IF EXISTS `wp_wysija_user`;
DROP TABLE IF EXISTS `wp_wysija_user_field`;
DROP TABLE IF EXISTS `wp_wysija_user_history`;
DROP TABLE IF EXISTS `wp_wysija_user_list`;