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

This commit is contained in:
Arturo Filastò
2018-09-17 17:30:38 +02:00
parent 52bfe5df6c
commit 18a89f4cbd
8 changed files with 185 additions and 207 deletions
+1 -1
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
}