Need Sql query to create wp_actionscheduler_actions table in Database
-
While checking the server logs, we encountered the following table error in the Apache logs:
WordPress database error:
“Table ‘ABCdev.wp_actionscheduler_actions’ doesn’t exist for query SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook=’action_scheduler/migration_hook’ AND a.status IN (‘pending’) ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1 made by require_once(‘wp-load.php’), require_once(‘wp-config.php’)”.Upon checking with our database team, we found that the wp_actionscheduler_actions table is missing from our database. The DB team has suggested creating the missing table, but they require the SQL query to do so.
Since we are not aware of the exact SQL query needed to create this table, could you please provide us with the necessary query or guidance on how to proceed?
Looking forward to your support.
Best regards,
David Palaparthi
- You must be logged in to reply to this topic.