Skip to content

Commit 6a4a025

Browse files
committed
Update build.sh
1 parent a108c14 commit 6a4a025

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ python -m pip install --upgrade pip
66

77
pip install -r requirements.txt
88

9-
flask db init
10-
flask db migrate
11-
flask db upgrade
9+
# DB Migration
10+
11+
# Init migration folder
12+
# flask db init # to be executed only once
13+
14+
flask db migrate # Generate migration SQL
15+
flask db upgrade # Apply changes

0 commit comments

Comments
 (0)