this cron (customer/observer::deleteCustomerFlowPassword) not work
I use table prefix "storecustomer_flowpassword" but i get this error from email
Base table or view not found: 1146 Table 'u47636738_up.customer_flowpassword' doesn't exist, query was: DELETE FROMcustomer_flowpasswordWHERE (requested_date < '2018-02-28 00:00:01') i
The table is storecustomer_flowpassword with prefix "store"
All the other cron work
this cron (customer/observer::deleteCustomerFlowPassword) not work
I use table prefix "storecustomer_flowpassword" but i get this error from email
Base table or view not found: 1146 Table 'u47636738_up.customer_flowpassword' doesn't exist, query was: DELETE FROM
customer_flowpasswordWHERE (requested_date < '2018-02-28 00:00:01') i
The table is storecustomer_flowpassword with prefix "store"
Where can I correct this bug?