#!/bin/bash

set -e

bundle exec rake db:migrate

bundle exec rake db:seed
bundle exec rake wagon:migrate
bundle exec rake wagon:seed
