Skip to content

Instantly share code, notes, and snippets.

@robdmc
Created November 12, 2015 22:15
Show Gist options
  • Save robdmc/767c51287686495c37f6 to your computer and use it in GitHub Desktop.
Save robdmc/767c51287686495c37f6 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
echo "DROP DATABASE IF EXISTS ambition_dev; CREATE DATABASE ambition_dev WITH TEMPLATE ambition_dev_stash OWNER ambition_dev;" | psql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment