diff --git a/backend/README.md b/backend/README.md index e43e49a6..19466ba5 100644 --- a/backend/README.md +++ b/backend/README.md @@ -45,4 +45,7 @@ docker exec -i postgres-service pg_restore -d postgres -U admin --clean --create 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 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. -Note that when restoring to the scheduling database, you can't have any connection open to it. \ No newline at end of file +Note that when restoring to the scheduling database, you can't have any connection open to it. + +# Workflow +test it \ No newline at end of file