File tree 2 files changed +1
-3
lines changed 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ export HOST=localhost
254
254
* Ensure docker is running
255
255
* Auth as your broadinstitute.org to pull from Google Secrets Manager ` gcloud auth login <you>@broadinstitute.org `
256
256
* Run ` ./scripts/run-db start ` to start the DB in a docker container
257
- * Run ` ./scripts/run local ` to run TDR locally or ` ./scripts/run docker ` to run TDR in a docker container
257
+ * Run ` ./scripts/run start_local ` to run TDR locally or ` ./scripts/run start_docker ` to run TDR in a docker container
258
258
* To Build the code and run the unit tests:
259
259
260
260
```
Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ ALTER DATABASE datarepo OWNER to drmanager;
6
6
CREATE DATABASE stairway ;
7
7
GRANT ALL PRIVILEGES ON DATABASE stairway to drmanager;
8
8
ALTER DATABASE stairway OWNER to drmanager;
9
- \c datarepo
10
- CREATE EXTENSION IF NOT EXISTS pgcrypto;
You can’t perform that action at this time.
0 commit comments