View Single Post
Old 04-22-2006, 04:37 PM  
sonofsam
Too lazy to set a custom title
 
Join Date: Dec 2004
Location: Vancouver
Posts: 18,638
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` ;
__________________
I like turtles.
sonofsam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote