updating discussion

This commit is contained in:
JT Smith 2003-10-04 19:47:35 +00:00
parent cc5248c8d6
commit 911bf4a079
2 changed files with 7 additions and 8 deletions

View file

@ -141,5 +141,6 @@ update international set internationalId=1014, namespace='WebGUI' where internat
update international set internationalId=1015, namespace='WebGUI' where internationalId='11' and namespace='MessageBoard';
alter table users add column referringAffiliate int not null default 0;
update users set referringAffiliate=1 where userId<>1;
delete from international where namespace='WebGUI' and internationalId=573;