We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108c14 commit 6a4a025Copy full SHA for 6a4a025
build.sh
@@ -6,6 +6,10 @@ python -m pip install --upgrade pip
6
7
pip install -r requirements.txt
8
9
-flask db init
10
-flask db migrate
11
-flask db upgrade
+# DB Migration
+
+# 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