Caio Teixeira
Caio Teixeira
I believe you forgot to specify the driver. Look here: https://github.com/golang-migrate/migrate/blob/31791adbc0e4f45e0cb13fbc3d13095b78709dc6/internal/url/url.go#L12-L25 You should do: ```sh migrate -path "./migrations" -database "sqlite:///database.db" up 1 ``` or removing one slash ```sh migrate -path...
It's possible to use the `migrate.SetTable` to change the migrations table name for the library or the project. But, I'd recommend using the `migrate.MigrationSet{TableName: "my_library_migrations"}` struct locally to avoid changing...
Same for Brazil (+55)
Hello guys! @AlexandreKempf i just fixed it in my PR, you just need to push it to pipy, because the version of the code there is not the same of...