#!/usr/bin/env sh

# drop test database
psql -c 'DROP DATABASE IF EXISTS "domain-container-test"'
