[xoops-cvslog 5031] CVS update: xoops2jp/html/modules/user/sql

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 20:25:18 JST


Index: xoops2jp/html/modules/user/sql/mysql.sql
diff -u xoops2jp/html/modules/user/sql/mysql.sql:1.1.2.3 xoops2jp/html/modules/user/sql/mysql.sql:1.1.2.3.2.1
--- xoops2jp/html/modules/user/sql/mysql.sql:1.1.2.3	Thu Apr 27 19:27:50 2006
+++ xoops2jp/html/modules/user/sql/mysql.sql	Sat Oct 14 20:25:18 2006
@@ -13,5 +13,7 @@
 CREATE TABLE user_mailjob_link (
   mailjob_id int(10) NOT NULL default '0',
   uid mediumint(8) NOT NULL default '0',
+  retry tinyint(3) NOT NULL default '0',
+  message varchar(255) default NULL,
   PRIMARY KEY (mailjob_id, uid)
 ) TYPE=MyISAM;


xoops-cvslog メーリングリストの案内
Back to archive index