You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues 1: I down loaded the master version。after i installed it,i found it's version is not v0.9.5 but v0.9.4。
Maybe the version should be changed in schemasync.py here:
copyright = """
Copyright 2009-2016 Mitch Matuson
Copyright 2016 Mustafa Ozgur
""" version = "0.9.4"
change it to: version = "0.9.5"
Issues 2: Feel it's not efficient than sqlyog compare tools。It takes too much time than sqlyog compare tools。Is there some way to improve efficiency of schemasync?
The text was updated successfully, but these errors were encountered:
Issues 1: I down loaded the master version。after i installed it,i found it's version is not v0.9.5 but v0.9.4。
Maybe the version should be changed in schemasync.py here:
copyright = """
Copyright 2009-2016 Mitch Matuson
Copyright 2016 Mustafa Ozgur
"""
version = "0.9.4"
change it to: version = "0.9.5"
Issues 2: Feel it's not efficient than sqlyog compare tools。It takes too much time than sqlyog compare tools。Is there some way to improve efficiency of schemasync?
The text was updated successfully, but these errors were encountered: