Phase 3.1: Enhanced Chore Logging and Reporting System
This commit is contained in:
18
run_image_migration.bat
Normal file
18
run_image_migration.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo Running Image Fields Migration
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
cd /d D:\Hosted\familyhub\backend
|
||||
|
||||
echo Database: %CD%\data\family_hub.db
|
||||
echo.
|
||||
|
||||
python migrations\003_add_image_fields.py
|
||||
|
||||
echo.
|
||||
echo ========================================
|
||||
echo Migration Complete!
|
||||
echo ========================================
|
||||
pause
|
||||
Reference in New Issue
Block a user