Tadashi Okoshi
slash****@users*****
2006年 6月 1日 (木) 15:34:12 JST
Index: affelio/upgrade.cgi
diff -u affelio/upgrade.cgi:1.10 affelio/upgrade.cgi:1.11
--- affelio/upgrade.cgi:1.10 Mon May 29 21:08:48 2006
+++ affelio/upgrade.cgi Thu Jun 1 15:34:12 2006
@@ -297,6 +297,12 @@
#TBD
################################
+ #Add peer_type columns to SNS tables.
+ ################################
+ add_column($af, 'AFuser_SNS_tmp_sent_hs','peer_type',"TEXT", "'Personal'");
+ add_column($af, 'AFuser_SNS_tmp_recvd_hs','peer_type',"TEXT","'Personal'");
+
+ ################################
print "Done.<BR>";
print '<h2>OK. Successfuly done.</H2><P><B>Delete this CGI immediately!!</B>';
exit(1);