#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
migrate -url postgres://communities@localhost:5432/communities_db\?sslmode=disable -path $DIR/migrations $@
