[schema-change] Prefix all columns that could cause conflicts

This commit is contained in:
Arturo Filastò 2018-09-17 17:30:38 +02:00
commit 18a89f4cbd
8 changed files with 185 additions and 207 deletions

View file

@ -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
}