migu icon indicating copy to clipboard operation
migu copied to clipboard

Database schema migration tool for Go

Results 7 migu issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.8.8 to 1.10.0. Release notes Sourced from github.com/goccy/go-yaml's releases. 1.10.0 What's Changed Fix comment option by @​goccy in goccy/go-yaml#349 Full Changelog: https://github.com/goccy/go-yaml/compare/v1.9.8...v1.10.0 1.9.8 What's Changed ast: append...

dependencies
go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.35.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies
go

Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.14.1 to 1.44.0. Release notes Sourced from cloud.google.com/go/spanner's releases. spanner: v1.44.0 1.44.0 (2023-02-01) Features spanner/spansql: Add support for ALTER INDEX statement (#7287) (fbe1bd4) spanner/spansql: Add support for...

dependencies
go

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.6.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.1 Bug fixes 🐛 Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen...

dependencies
go

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.4 to 0.5.9. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.9 Reporter changes: (#299) Adjust heuristic for line-based versus byte-based diffing (#306) Use value.TypeString in PathStep.String Code cleanup...

dependencies
go

prev ``` ALTER TABLE `user` DROP PRIMARY KEY, ADD PRIMARY KEY () # Error: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to...