From 0aba3ce42ddff48d0226f12eaab8dd9d71cc14fd Mon Sep 17 00:00:00 2001 From: Apex Liu Date: Mon, 5 Jun 2017 12:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=9A=E6=89=8B=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E4=BA=86=E4=B8=80=E4=B8=AA=E9=80=97=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4SQL=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=97=A0=E6=B3=95=E5=88=9B=E5=BB=BAaccount?= =?UTF-8?q?=E8=A1=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/www/teleport/app/eom_app/app/database/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/www/teleport/app/eom_app/app/database/create.py b/server/www/teleport/app/eom_app/app/database/create.py index 8d21d92..25206e1 100644 --- a/server/www/teleport/app/eom_app/app/database/create.py +++ b/server/www/teleport/app/eom_app/app/database/create.py @@ -25,7 +25,7 @@ def create_and_init(db, step_begin, step_end): `account_status` int(11) DEFAULT 0, `account_lock` int(11) DEFAULT 0, `account_desc` varchar(255), -`oath_secret` varchar(64), +`oath_secret` varchar(64) );""".format(db.table_prefix, db.auto_increment)) _db_exec(db, step_begin, step_end, '创建表 auth', """CREATE TABLE `{}auth`(