#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
migrate -url postgres://communities@communities-postgres.production.us-west2.justin.tv:5432/communities_db -path $DIR/migrations $@
