mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add MySQL support
This commit is contained in:
parent
5211670904
commit
c402613c6c
7 changed files with 399 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -11,4 +11,4 @@ lint:
|
|||
$(DOCKER) errcheck ./...
|
||||
|
||||
test:
|
||||
$(DOCKER) go test -p=1 -v ./...
|
||||
$(DOCKER) go test -p 1 -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue