Quote Originally Posted by pinetreecandles View Post
If you use a prefix in your table names (iE mine is zen_) then you would need to change that SQL statement to read:
Code:
RENAME TABLE `zen_reward_point_history` TO `zen_reward_status_track`;
If your prefix is different you just replace zen_ with yours. Then run it. It should make the change then.
Where do I find my prefix?