Skip to content

Commit

Permalink
Remove pgroll sql subcommand (#515)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrew-farries authored Dec 6, 2024
1 parent 06e69c2 commit 358c6c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func Execute() error {
rootCmd.AddCommand(migrateCmd())
rootCmd.AddCommand(pullCmd())
rootCmd.AddCommand(latestCmd())
rootCmd.AddCommand(sqlCmd())

return rootCmd.Execute()
}
39 changes: 0 additions & 39 deletions cmd/sql.go

This file was deleted.

0 comments on commit 358c6c6

Please sign in to comment.