Skip to content

Commit

Permalink
Update MySQL default version to 8.0 (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmisasi authored Jan 15, 2024
1 parent 15b4527 commit 2f71290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/aws/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 48,7 @@ const (

// DefaultDatabaseMySQLVersion is the default version of MySQL used when
// creating databases.
DefaultDatabaseMySQLVersion = "5.7"
DefaultDatabaseMySQLVersion = "8.0"

// DefaultDatabasePostgresVersion is the default version of PostgreSQL used
// when creating databases.
Expand Down

0 comments on commit 2f71290

Please sign in to comment.