Explorar o código

修复个人邮件信息

neo hai 1 ano
pai
achega
6f65d680d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dev/modules/pmail.lua

+ 1 - 1
dev/modules/pmail.lua

@@ -21,7 +21,7 @@ function root:ctor(uid)
21 21
 	self.uid = uid
22 22
 end
23 23
 
24
-function root:getInitColumnNameOptions()
24
+function root:mysql_get_init_columns()
25 25
 	return {
26 26
 		uid = "int(11) unsigned NOT NULL",
27 27
 		readIdList = "JSON COMMENT '已读邮件ID列表'",