diff --git a/postgres/init/aprilandtrey.sql b/postgres/init/aprilandtrey.sql new file mode 100644 index 0000000..d6aa412 --- /dev/null +++ b/postgres/init/aprilandtrey.sql @@ -0,0 +1,3 @@ +CREATE USER aprilandtrey WITH CREATEDB PASSWORD 'redacted'; +CREATE DATABASE aprilandtrey; +GRANT ALL PRIVILEGES ON DATABASE aprilandtrey TO aprilandtrey;