[chore] fix setup.sh for migrateup task

This commit is contained in:
satyapadala 2025-12-20 04:14:30 +05:30
parent 4f422db1a0
commit 6266b93cf1

View file

@ -97,6 +97,7 @@ echo ""
# Phase 3: Run Database Migrations # Phase 3: Run Database Migrations
echo -e "${BLUE}🗄️ Phase 3: Running Database Migrations${NC}" echo -e "${BLUE}🗄️ Phase 3: Running Database Migrations${NC}"
cd "$BACKEND_DIR"
make migrateup make migrateup
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then