From cda0f049d9f9f65e1e1aea5e6b80eb5d25a9768c Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 11 Oct 2019 11:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E->=E6=B8=B8=E6=88=8F=E5=88=86?= =?UTF-8?q?=E5=8C=85=E6=89=93=E5=8C=85=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Conflicts: # Data/update.sql --- Data/update.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/update.sql b/Data/update.sql index 72c9195d0..80f0dcd62 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -77,4 +77,7 @@ ALTER TABLE `tab_promote` ADD COLUMN `child_game_permission` tinyint(2) NOT NUL -- ---------------------------- -- 2019-10-11 zyx -- ---------------------------- -ALTER TABLE `tab_support` ADD COLUMN `freeze` tinyint(2) NOT NULL DEFAULT 1 COMMENT '0-冻结 1-启用' AFTER `notice_status`; \ No newline at end of file +ALTER TABLE `tab_support` ADD COLUMN `freeze` tinyint(2) NOT NULL DEFAULT 1 COMMENT '0-冻结 1-启用' AFTER `notice_status`; + +-- 2019-10-11 cxj +ALTER TABLE `tab_apply` ADD COLUMN `bale_sort` int(5) NOT NULL DEFAULT 0 COMMENT '打包顺序' AFTER `offline_status`; \ No newline at end of file