Nikita Voloshenko
Nikita Voloshenko
> SyntaxError: Missing parentheses in call to 'print' This is exactly what happened to me. I edited the file where the problem occurred, but after doing so the chain continues...
> get it, it should be because of the `total-size` enabled, I will look deeper into it. > > currently, you can try to set the `total-size` to `false` >...
After intensive debugging, came up with a hack - use schema in `-table` argument So the command looks like this ``` goose postgres "postgres connect string" -dir database/migrations -table public.goose_migrations...
@mfridman, I think you're right, it was a `search_path` messed up by a [presumably botched] sql dump. There was a block of Postgres state setup [including setting `search_path` to '']...
Would be great to have this feature! Just had exactly the same use case and it looks like I'll have to use library although I'd prefer cli tool
Still getting this issue on ``` swag --version Swag version: v2.0.0 swag version v2.0.0 ``` installed swag via `go install github.com/swaggo/swag/v2/cmd/swag@latest` Maybe it's time to update the tag?