From 43628cec19ffccf499466cb57695d9c76e7c0505 Mon Sep 17 00:00:00 2001 From: orvice Date: Mon, 24 Nov 2014 00:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3gift=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shadowsocks/shadowsocks.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/shadowsocks.sql b/shadowsocks/shadowsocks.sql index 5ce63a6..8d84992 100644 --- a/shadowsocks/shadowsocks.sql +++ b/shadowsocks/shadowsocks.sql @@ -13,7 +13,7 @@ CREATE TABLE `user` ( `switch` tinyint(4) NOT NULL DEFAULT '1', `enable` tinyint(4) NOT NULL DEFAULT '1', `type` tinyint(4) NOT NULL DEFAULT '1', - `last_get_gitf_time` int(11) NOT NULL DEFAULT '0', + `last_get_gift_time` int(11) NOT NULL DEFAULT '0', `last_rest_pass_time` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`,`port`) ) ENGINE=InnoDB AUTO_INCREMENT=415 DEFAULT CHARSET=utf8;