We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a30f7 commit f135fadCopy full SHA for f135fad
cmd/convert.go
@@ -47,7 +47,7 @@ func runConvert(ctx *cli.Context) error {
47
log.Fatal("Failed to convert database from varchar to nvarchar: %v", err)
48
return err
49
}
50
- fmt.Println("Converted successfully, please confirm your database's all columns character is NVARCHAR now")
+ fmt.Println("Converted successfully, please confirm your database's all columns character is NVARCHAR now")
51
default:
52
fmt.Println("This command can only be used with a MySQL or MSSQL database")
53
0 commit comments