修复生成sql差异文件为方法

main
RogerWork 4 months ago
parent 8ff2692848
commit f6d4821f9a
  1. 2
      update/utils/db_compare.py

@ -90,6 +90,8 @@ class DbCompare:
pass pass
elif line.strip().startswith('@'): elif line.strip().startswith('@'):
pass pass
elif line.strip().startswith('ALTER VIEW'):
pass
elif line.strip().startswith('ALTER DEFINER'): elif line.strip().startswith('ALTER DEFINER'):
temp.append(line) temp.append(line)
alter_definer = 1 alter_definer = 1

Loading…
Cancel
Save