#!/bin/bash

PROJECT_ROOT="$(dirname $0)/../"

./$PROJECT_ROOT/vendor/bin/phinx migrate
