Skip to content

Commit 4c86464

Browse files
committed
Remove db upgrade
1 parent 87a4687 commit 4c86464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
cd /app
5-
airflow db upgrade
5+
# airflow db upgrade
66
airflow db init
77
airflow scheduler &
88
airflow webserver -w 1 &

0 commit comments

Comments
 (0)