gopheracademy/gcon

View on GitHub
.dev/docker/db/docker-entrypoint-initdb.d/setup.sql

Summary

Maintainability
Test Coverage
CREATE DATABASE gcon_development;
GRANT ALL PRIVILEGES ON DATABASE gcon_development TO postgres;