Quote:
|
Originally Posted by StuartD
mpa2 had a shaving module. mpa3 is a new system, but it uses the old system so no data is lost, or links need to be changed.
Hense, the shaving module needs to be removed.
|
Quote:
ALTER TABLE `mpa3_active_referral_stats` DROP `uniques_r` ,
DROP `signups_r` ;
ALTER TABLE `mpa3_active_stats` DROP `uniques_r` ,
DROP `free_trials_r` ,
DROP `trials_r` ,
DROP `full_price_r` ,
DROP `payout_r` ;
|
if this shaving module was from the older one... shouldn't it look like this then ?
Code:
ALTER TABLE `mpa2_active_referral_stats` DROP `uniques_r` ,
DROP `signups_r` ;
ALTER TABLE `mpa2_active_stats` DROP `uniques_r` ,
DROP `free_trials_r` ,
DROP `trials_r` ,
DROP `full_price_r` ,
DROP `payout_r` ;