@echo off
echo Running migration: Add group status field...
cd backend
node migrations/index.js
cd ..
echo Migration completed!
pause