Skip to content

Commit 88b2921

Browse files
committed
Migrate database
1 parent 6acc362 commit 88b2921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ IF EXIST "%DEPLOYMENT_TARGET%\requirements.txt" (
106106
IF !ERRORLEVEL! NEQ 0 goto error
107107
)
108108

109+
echo Migrate database.
110+
%PYTHON_EXE% manage.py migrate
111+
109112
REM Add additional package installation here
110113
REM -- Example --
111114
REM env\scripts\easy_install pytz

0 commit comments

Comments
 (0)