Prepare ERP source for Gitea deployment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
setlocal
|
||||
if "%~1"=="" (
|
||||
echo Usage: new_migration.bat "message"
|
||||
exit /b 1
|
||||
)
|
||||
alembic revision --autogenerate -m "%~1"
|
||||
endlocal
|
||||
Reference in New Issue
Block a user