[Affelio-cvs 954] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 19日 (月) 15:51:22 JST


Index: affelio/upgrade-10-11.cgi
diff -u affelio/upgrade-10-11.cgi:1.9 affelio/upgrade-10-11.cgi:1.10
--- affelio/upgrade-10-11.cgi:1.9	Sat Dec 17 14:07:09 2005
+++ affelio/upgrade-10-11.cgi	Mon Dec 19 15:51:22 2005
@@ -183,6 +183,17 @@
     ################################
     add_column($af, 'AFuser_CORE_friends', 'last_news_in', "INTEGER", 0);
     add_column($af, 'AFuser_CORE_friends', 'last_news_out', "INTEGER", 0);
+    #
+    add_column($af, 'AFuser_CORE_friends', 'last_access', "INTEGER", 0);
+    add_column($af, 'AFuser_CORE_friends', 'count_access', "INTEGER", 0);
+    #
+    add_column($af, 'AFuser_CORE_friends', 'last_incoming', "INTEGER", 0);
+    add_column($af, 'AFuser_CORE_friends', 'count_incoming', "INTEGER", 0);
+    #
+    add_column($af, 'AFuser_CORE_friends', 'last_outgoing', "INTEGER", 0);
+    add_column($af, 'AFuser_CORE_friends', 'count_outgoing', "INTEGER", 0);
+    #
+    add_column($af, 'AFuser_CORE_friends', 'apps', "TEXT", "' '");
 
     ################################
     #Create small images


Affelio-cvs メーリングリストの案内
Back to archive index