From 0a404e23896b566a4dc017431951f8b73578ed73 Mon Sep 17 00:00:00 2001
From: 百鸣 <94030128+ixingqiao@users.noreply.github.com>
Date: 星期五, 26 八月 2022 11:49:43 +0800
Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0
---
sql/update.sql | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sql/update.sql b/sql/update.sql
index 91f725e..d61ad35 100644
--- a/sql/update.sql
+++ b/sql/update.sql
@@ -77,5 +77,8 @@
alter table platform_catalog
add businessGroupId varchar(50) default null;
+/********************* ADD ***************************/
+alter table stream_push
+ add self int DEFAULT NULL;
--
Gitblit v1.8.0