How can I quickly initialize records and balances for all members?
-
I used the following SQL to clear all members’ balances and transaction records on my test site because there were too many records.
However, test members can still see their previous records until a new transaction is made to update them. Is there a better approach?
Question: I want to reset this plugin to its initial state with no data at all.
SQLTRUNCATE TABLE wp_woo_wallet_transactions; TRUNCATE TABLE wp_woo_wallet_transaction_meta;
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How can I quickly initialize records and balances for all members?’ is closed to new replies.