Koopschulentabelle durch koop-Boolean ersetzt

This commit is contained in:
2021-08-10 17:53:16 +02:00
parent ea4227d37a
commit f31c4e802f
10 changed files with 318 additions and 434 deletions
+1 -1
View File
@@ -160,4 +160,4 @@ def _del_plan(stufe: Stufe):
def _del_koopschueler():
"""Löscht alle Koopschüler"""
Schueler.query.filter(Schueler.stammschule != None).delete()
Schueler.query.filter(Schueler.koop).delete()