#!/bin/bash
psql "CREATE ROLE communities PASSWORD 'jubilantconifer' INHERIT LOGIN;"
createdb communities_db -O communities
