mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add ClickHouse support (#140)
This commit is contained in:
parent
8234882546
commit
c2dd1bd5af
7 changed files with 633 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -19,6 +19,7 @@ lint:
|
|||
wait:
|
||||
dist/dbmate-linux-amd64 -e MYSQL_URL wait
|
||||
dist/dbmate-linux-amd64 -e POSTGRESQL_URL wait
|
||||
dist/dbmate-linux-amd64 -e CLICKHOUSE_URL wait
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue