Tadashi Okoshi
slash****@users*****
2006年 6月 2日 (金) 18:55:51 JST
Index: affelio/upgrade.cgi
diff -u affelio/upgrade.cgi:1.12 affelio/upgrade.cgi:1.13
--- affelio/upgrade.cgi:1.12 Thu Jun 1 21:50:44 2006
+++ affelio/upgrade.cgi Fri Jun 2 18:55:50 2006
@@ -302,6 +302,17 @@
add_column($af, 'AFuser_SNS_tmp_sent_hs','peer_type',"TEXT", "'Personal'");
add_column($af, 'AFuser_SNS_tmp_recvd_hs','peer_type',"TEXT","'Personal'");
+ #MySQL case: translate following columns to DATETIME
+ #
+ #CORE_friends table
+ # lastupdated TEXT
+ # last_news_in INT
+ # last_news_out INT
+ # last_access INT
+ # count_access INT
+ # last_incoming INT
+ # last_outgoing INT
+
################################
print "Done.<BR>";
print '<h2>OK. Successfuly done.</H2><P><B>Delete this CGI immediately!!</B>';