cli: fix lint errors in migrate/cmd/commands.go (#5946)

https://github.com/hasura/graphql-engine/pull/5946
This commit is contained in:
Brian Pedersen 2020-10-30 03:12:18 -06:00 committed by GitHub
parent 61c990f177
commit d2d0a05901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,14 @@ import (
"github.com/pkg/errors"
)
/*
const (
sqlFile = ".sql"
yamlFile = ".yaml"
)
var ext = []string{sqlFile, yamlFile}
*/
type CreateOptions struct {
Version string