From f6d4821f9a056ed30bbb1e644cf7a63a12b78389 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 1 Aug 2024 15:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90sql?= =?UTF-8?q?=E5=B7=AE=E5=BC=82=E6=96=87=E4=BB=B6=E4=B8=BA=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/db_compare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update/utils/db_compare.py b/update/utils/db_compare.py index 7e63bd4..c1471b6 100644 --- a/update/utils/db_compare.py +++ b/update/utils/db_compare.py @@ -90,6 +90,8 @@ class DbCompare: pass elif line.strip().startswith('@'): pass + elif line.strip().startswith('ALTER VIEW'): + pass elif line.strip().startswith('ALTER DEFINER'): temp.append(line) alter_definer = 1