fix: auto migrate tries to delete non-existent unique constraint #1457
Annotations
3 errors
migrator/migrator.go#L713
[golangci] reported by reviewdog 🐶
S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
Raw Output:
migrator/migrator.go:713:4: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for relation 0 %v", constraint))
^
|
migrator/migrator.go#L722
[golangci] reported by reviewdog 🐶
S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
Raw Output:
migrator/migrator.go:722:5: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for check %v", &v))
^
|
migrator/migrator.go#L730
[golangci] reported by reviewdog 🐶
S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
Raw Output:
migrator/migrator.go:730:5: S1038: should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (gosimple)
fmt.Println(fmt.Sprintf("SHREWS --Out of Guess for unique %v", &v))
^
|
This job succeeded
Loading