@@ -55,8 +55,8 @@ INSERT INTO contest (contest_id, name, status, group_id) VALUES (30007, "Contest
5555INSERT INTO contest (contest_id, name, status, group_id) VALUES (30008, "Contest 8", "A", -1);
5656INSERT INTO contest (contest_id, name, status, group_id) VALUES (30009, "Contest 9", "A", -1);
5757
58- INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational)
59- VALUES (40055, 30006, "Round 7", "A", 11, 'short name 7', 1, 0, 5);
58+ INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational, creator_id )
59+ VALUES (40055, 30006, "Round 7", "A", 11, 'short name 7', 1, 0, 5, 124861 );
6060INSERT INTO SURVEY(survey_id, name, start_date, end_date, status_id, text)
6161 VALUES (40055, 'survey2', '2013-10-09 01:50:00', '2013-10-09 02:50:00', 1, 'text 2');
6262INSERT INTO round_room_assignment (round_id, coders_per_room, algorithm, by_division, final, by_region, p)
@@ -82,8 +82,8 @@ INSERT INTO round_segment (round_id, segment_id, start_time, end_time, status)
8282INSERT INTO room (room_id, round_id, name, division_id, room_type_id) VALUES (499154, 40055, "Admin Room", -1, 1);
8383
8484
85- INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational)
86- VALUES (40060, 30009, "Round 8", "A", 11, 'short name 8', 1, 0, 5);
85+ INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational, creator_id )
86+ VALUES (40060, 30009, "Round 8", "A", 11, 'short name 8', 1, 0, 5, 132456 );
8787INSERT INTO SURVEY(survey_id, name, start_date, end_date, status_id, text)
8888 VALUES (40060, 'survey3', '2013-10-09 01:50:00', '2013-10-09 02:50:00', 1, 'text 3');
8989INSERT INTO round_room_assignment (round_id, coders_per_room, algorithm, by_division, final, by_region, p)
@@ -128,8 +128,8 @@ INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name
128128INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational)
129129 VALUES (41005, 30010, "Round 5", "A", 10, 'short name 5', 1, 512, 4);
130130
131- INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational)
132- VALUES (41006, 30011, "Round 6", "A", 11, 'short name 6', 1, 0, 5);
131+ INSERT INTO round (round_id, contest_id, name, status, round_type_id, short_name, region_id, registration_limit, invitational, creator_id )
132+ VALUES (41006, 30011, "Round 6", "A", 11, 'short name 6', 1, 0, 5, 124861 );
133133INSERT INTO SURVEY(survey_id, name, start_date, end_date, status_id, text)
134134 VALUES (41006, 'survey1', '2013-10-09 01:50:00', '2013-10-09 02:50:00', 1, 'text 1');
135135INSERT INTO round_room_assignment (round_id, coders_per_room, algorithm, by_division, final, by_region, p)
0 commit comments