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