Skip to content

Commit

Permalink
cmd/atlas/internal/docker: support docker+mariadb url scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Aug 8, 2024
1 parent 37078a1 commit 677f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/atlas/internal/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func init() {
"docker",
sqlclient.OpenerFunc(Open),
sqlclient.RegisterFlavours(
"docker+postgres", "docker+mysql", "docker+maria",
"docker+postgres", "docker+mysql", "docker+maria", "docker+mariadb",
"docker+sqlserver", "docker+clickhouse",
),
)
Expand Down

0 comments on commit 677f5b8

Please sign in to comment.