Versions in this module Expand all Collapse all v0 v0.1.6 Oct 9, 2019 v0.1.5 Oct 9, 2019 Changes in this version + var ErrNoSQLNeedUpdate = errors.New("no sql need update") + type SQLUpdate struct + Project string + Update []UpdateRecord + func (s *SQLUpdate) GetSqls(filename, oldVersion, newVersion string) (string, error) + type UpdateRecord struct + Author string + Date string + File string + Version string