[schema-change] Prefix all columns that could cause conflicts
This commit is contained in:
parent
52bfe5df6c
commit
18a89f4cbd
8 changed files with 185 additions and 207 deletions
|
|
@ -14,7 +14,7 @@ func Run() {
|
|||
_, err := root.Cmd.Parse(os.Args[1:])
|
||||
if err != nil {
|
||||
log.WithError(err).Error("failure in main command")
|
||||
os.Exit(1)
|
||||
os.Exit(2)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue