From 364c41492f428f3fa6692d930c827f430decf94e Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Thu, 16 Jun 2022 00:14:33 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=E2=80=99d=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seahub/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/entrypoint.sh b/seahub/entrypoint.sh index ee45252..1b1609b 100755 --- a/seahub/entrypoint.sh +++ b/seahub/entrypoint.sh @@ -2,5 +2,5 @@ python3 manage.py collectstatic python3 manage.py migrate -python3 manage.py migrate_base_filecomment +python3 manage.py migrate_file_comment? python3 manage.py runserver 0.0.0.0:8000 -- GitLab