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

Commit 2a73680

Browse files
committed
remove auto_end column which does not exist in prod
1 parent 77fcfb5 commit 2a73680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,8 +2548,8 @@ public abstract class AbstractInformixProjectPersistence implements ProjectPersi
25482548
* @since 1.8.3
25492549
*/
25502550
private static final String INSERT_MM_ROUND_SQL = "INSERT INTO informixoltp:round(round_id, contest_id, name, status, "
2551-
+ "registration_limit, invitational, round_type_id, short_name, rated_ind, auto_end) "
2552-
+ "VALUES (?, ?, ?, 'F', 1024, 0, 13, ?, 0, 0)";
2551+
+ "registration_limit, invitational, round_type_id, short_name, rated_ind) "
2552+
+ "VALUES (?, ?, ?, 'F', 1024, 0, 13, ?, 0)";
25532553

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

0 commit comments

Comments
 (0)