#!/bin/bash # Script to upgrade the database using Alembic cd backend || { echo "Directory 'backend' does not exist"; exit 1; } alembic upgrade head