Skip to content

Commit

Permalink
operations-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Brownstein committed Dec 10, 2019
1 parent 5017c1f commit 0e69976
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions host/operations-test.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CREATE ROLE sdss LOGIN;
CREATE ROLE sdssuser WITH CREATEDB CREATEROLE LOGIN REPLICATION;
CREATE USER u0707758 IN ROLE sdssuser; --- Joel
CREATE USER u0449727 IN ROLE sdssuser; --- Conor
CREATE USER u0931042 IN ROLE sdssuser; --- Jose

CREATE DATABASE sdss5db OWNER sdss ENCODING 'UTF8' LC_COLLATE='en_US.UTF-8' LC_CTYPE='en_US.UTF-8' TEMPLATE template0;
CREATE SCHEMA catalogdb AUTHORIZATION sdss;
CREATE SCHEMA targetdb AUTHORIZATION sdss;

0 comments on commit 0e69976

Please sign in to comment.