Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tests/Support/Data/dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,7 @@ INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`
(123, 'theme_mods_twentytwentythree', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(124, 'db_upgraded', '', 'yes'),
(125, 'can_compress_scripts', '1', 'yes'),
(126, 'WishListMemberOptions_Migrated', '1', 'yes'),

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These WishListMember settings aren't needed; likely copied from the test DB on the main Kit Plugin.

(127, 'widget_wishlistwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(128, 'WishListMemberOptions_MigrateLevelData', '1', 'yes'),
(129, 'WishListMemberOptions_MigrateContentLevelData', '1', 'yes');
(126, 'wpforms_setup_wizard_completed', '1', 'yes');

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
Expand Down