mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
cli: fix lint errors in migrate/cmd/commands.go (#5946)
https://github.com/hasura/graphql-engine/pull/5946
This commit is contained in:
parent
61c990f177
commit
d2d0a05901
@ -15,12 +15,14 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
/*
|
||||
const (
|
||||
sqlFile = ".sql"
|
||||
yamlFile = ".yaml"
|
||||
)
|
||||
|
||||
var ext = []string{sqlFile, yamlFile}
|
||||
*/
|
||||
|
||||
type CreateOptions struct {
|
||||
Version string
|
||||
|
Loading…
Reference in New Issue
Block a user