Skip to content

Commit 358c6c6

Browse files
Remove pgroll sql subcommand (#515)
The `pgroll sql` subcommand adds a dependency on the `sql2pgroll` package which requires `cgo` due to the `pg_query_go` dependency. Remove this subcommand until we're able to cross-compile `pgroll` with `cgo` enabled as part of the release process.
1 parent 06e69c2 commit 358c6c6

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func Execute() error {
7979
rootCmd.AddCommand(migrateCmd())
8080
rootCmd.AddCommand(pullCmd())
8181
rootCmd.AddCommand(latestCmd())
82-
rootCmd.AddCommand(sqlCmd())
8382

8483
return rootCmd.Execute()
8584
}

cmd/sql.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)