4 lines
124 B
Bash
Executable file
4 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
WORKDIR=$(readlink -f pkg/jobqueue/dbjobqueue/schemas)
|
|
$(go env GOPATH)/bin/tern migrate -m "$WORKDIR"
|