Tadashi Okoshi
slash****@users*****
2006年 6月 5日 (月) 18:21:13 JST
Index: affelio/CHANGES
diff -u affelio/CHANGES:1.36 affelio/CHANGES:1.37
--- affelio/CHANGES:1.36 Mon May 29 21:08:48 2006
+++ affelio/CHANGES Mon Jun 5 18:21:13 2006
@@ -1,3 +1,12 @@
+2006-0605
+ New profile attributes in Standalnoe Affelio
+
+ upgrade.cgi needs to be executed.
+ #CAUTION!!!!!
+ #Implementation in upgrade.cgi has not been completed.
+ #Sorry!!
+
+
2006-0529
**** Structure: MyNews and NeighborNews tables
DB structuure changed. (MySQL case)
Index: affelio/upgrade.cgi
diff -u affelio/upgrade.cgi:1.13 affelio/upgrade.cgi:1.14
--- affelio/upgrade.cgi:1.13 Fri Jun 2 18:55:50 2006
+++ affelio/upgrade.cgi Mon Jun 5 18:21:13 2006
@@ -302,8 +302,9 @@
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
@@ -314,6 +315,13 @@
# last_outgoing INT
################################
+ #Add attr64-attr65 to CORE_permission table
+ ################################
+ #TBD
+ #TBD
+ #TBD
+
+ ################################
print "Done.<BR>";
print '<h2>OK. Successfuly done.</H2><P><B>Delete this CGI immediately!!</B>';
exit(1);