We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54bfd commit e06765eCopy full SHA for e06765e
1 file changed
backend/README.md
@@ -45,4 +45,7 @@ docker exec -i postgres-service pg_restore -d postgres -U admin --clean --create
45
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
46
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.
47
48
-Note that when restoring to the scheduling database, you can't have any connection open to it.
+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