quanyoumi/migrate-prize-source.bat

8 lines
115 B
Batchfile

@echo off
echo 正在运行数据库迁移...
cd backend
node migrations/index.js
cd ..
echo 迁移完成!
pause