From e06765e2eb83ff42f3464ffb65dcb7d4eb002d57 Mon Sep 17 00:00:00 2001 From: RandomCyberCoder Date: Mon, 20 Apr 2026 12:55:19 -0700 Subject: [PATCH] update to test backend workflow --- backend/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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