Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit bbb6b84

Browse files
author
Dushyant Bhalgami
committed
defaulting every MM as rated match
1 parent 6509195 commit bbb6b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/project_management/src/java/main/com/topcoder/management/project/persistence/AbstractInformixProjectPersistence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ public abstract class AbstractInformixProjectPersistence implements ProjectPersi
25492549
*/
25502550
private static final String INSERT_MM_ROUND_SQL = "INSERT INTO informixoltp:round(round_id, contest_id, name, status, "
25512551
+ "registration_limit, invitational, round_type_id, short_name, rated_ind) "
2552-
+ "VALUES (?, ?, ?, 'F', 1024, 0, 13, ?, 0)";
2552+
+ "VALUES (?, ?, ?, 'F', 1024, 0, 13, ?, 1)";
25532553

25542554
/**
25552555
* Sql statement for updating MM round

0 commit comments

Comments
 (0)