[chore] fix setup.sh for migrateup task
This commit is contained in:
parent
4f422db1a0
commit
6266b93cf1
1 changed files with 2 additions and 1 deletions
1
setup.sh
1
setup.sh
|
|
@ -97,6 +97,7 @@ echo ""
|
|||
|
||||
# Phase 3: Run Database Migrations
|
||||
echo -e "${BLUE}🗄️ Phase 3: Running Database Migrations${NC}"
|
||||
cd "$BACKEND_DIR"
|
||||
make migrateup
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue