From 6e48dd3f327da941ca63e85b97992ff13a148434 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 10 五月 2022 09:46:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wvp-28181-2.0' into commercial --- sql/update.sql | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/sql/update.sql b/sql/update.sql new file mode 100644 index 0000000..8bfe343 --- /dev/null +++ b/sql/update.sql @@ -0,0 +1,5 @@ +alter table device + add audioChannelForReceive VARCHAR(50) null; + +alter table device + add audioChannelForSend VARCHAR(50) null; \ No newline at end of file -- Gitblit v1.8.0