Skip to content

Commit dbbc29e

Browse files
author
kuba--
committed
mysql-upgrade target
Signed-off-by: kuba-- <[email protected]>
1 parent 2df2381 commit dbbc29e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ $(MAKEFILE):
1717
bblfsh-client:
1818
cd vendor/gopkg.in/bblfsh/client-go.v2 && make dependencies
1919

20-
dependencies: bblfsh-client
20+
dependencies: bblfsh-client
21+
22+
mysql-upgrade:
23+
go run tools/rev-upgrade/main.go -p "gopkg.in/src-d/go-mysql-server.v0" -r $(shell curl --silent "https://api.github.com/repos/src-d/go-mysql-server/commits/master" -H'Accept: application/vnd.github.VERSION.sha')

0 commit comments

Comments
 (0)