dnote/pkg/server/database/scripts/install-sql-migrate.sh
Sung Won Cho 35dc7abfae
Server migration (#214)
* Allow to run server side postgres migration

* Automate migration creation

* Check if sql-migrate exists
2019-06-29 12:31:42 +10:00

3 lines
57 B
Bash
Executable file

#!/bin/bash
go get -v github.com/rubenv/sql-migrate/...