fix issue of default migrate version (#1536)

* fix issue of default migrate version

* chore: update console colors
This commit is contained in:
Kevin Wan
2022-02-14 23:09:32 +08:00
committed by GitHub
parent 6ab051568c
commit 6deb80625d
5 changed files with 27 additions and 19 deletions

View File

@@ -634,5 +634,3 @@ func NewSyntaxLitContext(parser antlr.Parser, parent antlr.ParserRuleContext, in
return p
}