From ca1d66cfb81bfcf3e6598beb9d4e53fb9f5a3736 Mon Sep 17 00:00:00 2001 From: sjt <shijinting0321@163.com> Date: 星期三, 18 一月 2023 15:27:24 +0800 Subject: [PATCH] 数据库脚本版本管理,便于表结构更新维护 --- sql/update.sql | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index 9c18c26..2e5d569 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -1,12 +1,3 @@ -alter table parent_platform - add startOfflinePush int default 0 null; - -alter table parent_platform - add administrativeDivision varchar(50) not null; - -alter table parent_platform - add catalogGroup int default 1 null; - +-- 2.6.6->2.6.7 alter table device - add ssrcCheck int default 0 null; - + add keepaliveIntervalTime int default null; \ No newline at end of file -- Gitblit v1.8.0