mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
refactor(structure): move to 7project dir
This commit is contained in:
6
7project/upgrade_database.sh
Normal file
6
7project/upgrade_database.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Script to upgrade the database using Alembic
|
||||
|
||||
cd backend || { echo "Directory 'backend' does not exist"; exit 1; }
|
||||
alembic upgrade head
|
||||
|
||||
Reference in New Issue
Block a user