Fix reset_schema script used by caprover

This commit is contained in:
Daniel Egger 2022-10-05 17:09:42 +02:00
parent 998001df14
commit 115c512e84
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ def command():
call_command("createcachetable") call_command("createcachetable")
call_command("migrate") call_command("migrate")
call_command("create_default_users") call_command("create_default_users")
call_command("create_default_learning_path") call_command("create_default_courses")