diff --git a/src/stories/hubbles_law/database.ts b/src/stories/hubbles_law/database.ts index 8051e6d..f3d6441 100644 --- a/src/stories/hubbles_law/database.ts +++ b/src/stories/hubbles_law/database.ts @@ -781,7 +781,7 @@ export async function findClassForMerge(database: Sequelize, classID: number): P INNER JOIN ( SELECT * FROM StudentsClasses GROUP BY class_id - HAVING COUNT(student_id) >= 12 + HAVING COUNT(student_id) >= 15 ) C ON Classes.id = C.class_id WHERE id != ${classID}