Skip to content

Commit e06765e

Browse files
update to test backend workflow
1 parent 4f54bfd commit e06765e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

backend/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ docker exec -i postgres-service pg_restore -d postgres -U admin --clean --create
4545
Note that when using the command the db you connect to can't be scheduling. It must be some other db. If you want to know what db's are available
4646
run the command 'docker exec -it postgres-service psql -U admin -d scheduling' to open connection and shell then type '\l' to see the available DBs.
4747

48-
Note that when restoring to the scheduling database, you can't have any connection open to it.
48+
Note that when restoring to the scheduling database, you can't have any connection open to it.
49+
50+
# Workflow
51+
test it

0 commit comments

Comments
 (0)