Skip to content

Commit

Permalink
rm mysql alias
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed May 6, 2024
1 parent 4f385ea commit b672f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/database/database_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var dbCreateCmd = &cobra.Command{
softwareVersionIsValid := false

validSoftwares := map[string][]string{
"mysql": {"mysql", "my", "sql"},
"mysql": {"mysql"},
"postgresql": {"postgresql", "psql"},
}

Expand Down

0 comments on commit b672f26

Please sign in to comment.