From 864b44b13b303a7eb4cea035aecb556b0fe1c53b Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 30 Nov 2012 17:37:47 -0500 Subject: [PATCH] Started scaffolding a database init script --- bootstrap/schema/initdb.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap/schema/initdb.sh diff --git a/bootstrap/schema/initdb.sh b/bootstrap/schema/initdb.sh new file mode 100644 index 0000000..15f258b --- /dev/null +++ b/bootstrap/schema/initdb.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Check if either mysql or postgresql is passed in + +# Check if the username and password are present