[Affelio-cvs 1424] CVS update: affelio

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 8月 14日 (月) 21:17:10 JST


Index: affelio/upgrade.cgi
diff -u affelio/upgrade.cgi:1.22 affelio/upgrade.cgi:1.23
--- affelio/upgrade.cgi:1.22	Fri Aug 11 13:55:24 2006
+++ affelio/upgrade.cgi	Mon Aug 14 21:17:09 2006
@@ -332,13 +332,13 @@
     #Add columns to friends tale
     ################################
     add_column($af, 'AFuser_CORE_friends', 'af_type', "TEXT", "'Personal'");
-    add_column($af, 'AFuser_CORE_friends', 'flag', "TEXT", "NULL");
+    add_column($af, 'AFuser_CORE_friends', 'rflag', "TEXT", "NULL");
 
     ################################
     #Add columns to friendsfriends tale
     ################################
     add_column($af, 'AFuser_CORE_friendsfriends', 'af_type', "TEXT", "'Personal'");
-    add_column($af, 'AFuser_CORE_friendsfriends', 'flag', "TEXT", "NULL");
+    add_column($af, 'AFuser_CORE_friendsfriends', 'rflag', "TEXT", "NULL");
 
     ################################
     #Add peer_type columns to SNS sent_hs tables.


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