1
+ INSERT INTO contest(contest_id, name) VALUES(12001, 'test contest 12001');
2
+
3
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12001, 12001, 'test round 12001', 'A', 1000, 0, 1, 'short name 12001', 1);
4
+
5
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 1, '2013-11-02 01:50:51', '2013-12-02 01:50:51', 'P');
6
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 2, '2013-12-02 01:50:52', '2013-12-05 01:50:51', 'P');
7
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 3, '2013-12-06 01:50:51', '2013-12-07 01:50:51', 'P');
8
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 4, '2013-12-08 01:50:51', '2013-12-09 01:50:51', 'P');
9
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 5, '2013-12-10 01:50:51', '2013-12-11 01:50:51', 'A');
10
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 6, '2013-12-12 01:50:51', '2013-12-13 01:50:51', 'F');
11
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12001, 7, '2013-12-14 01:50:51', '2013-12-15 01:50:51', 'F');
12
+
13
+
14
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12002, 12001, 'test round 12002', 'A', 1000, 0, 2, 'short name 12002', 1);
15
+
16
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 1, '2014-11-02 01:50:51', '2014-12-02 01:50:51', 'P');
17
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 2, '2014-12-02 01:50:52', '2014-12-05 01:50:51', 'P');
18
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 3, '2014-12-06 01:50:51', '2014-12-07 01:50:51', 'P');
19
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 4, '2014-12-08 01:50:51', '2014-12-09 01:50:51', 'P');
20
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 5, '2014-12-10 01:50:51', '2014-12-11 01:50:51', 'A');
21
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 6, '2014-12-12 01:50:51', '2014-12-13 01:50:51', 'F');
22
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12002, 7, '2014-12-14 01:50:51', '2014-12-15 01:50:51', 'F');
23
+
24
+
25
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12003, 12001, 'test round 12003', 'A', 1000, 0, 3, 'short name 12003', 1);
26
+
27
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 1, '2013-08-02 01:50:51', '2013-09-02 01:50:51', 'P');
28
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 2, '2013-09-02 01:50:52', '2013-09-05 01:50:51', 'P');
29
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 3, '2013-09-06 01:50:51', '2013-09-07 01:50:51', 'P');
30
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 4, '2013-09-08 01:50:51', '2013-09-09 01:50:51', 'P');
31
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 5, '2013-09-10 01:50:51', '2013-09-11 01:50:51', 'A');
32
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 6, '2013-09-12 01:50:51', '2013-09-13 01:50:51', 'F');
33
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12003, 7, '2013-09-14 01:50:51', '2013-09-15 01:50:51', 'F');
34
+
35
+
36
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12004, 12001, 'test round 12004', 'A', 1000, 0, 6, 'short name 12004', 1);
37
+
38
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 1, '2013-01-02 01:50:51', '2013-02-02 01:50:51', 'P');
39
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 2, '2013-02-02 01:50:52', '2013-02-05 01:50:51', 'P');
40
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 3, '2013-02-06 01:50:51', '2013-02-07 01:50:51', 'P');
41
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 4, '2013-02-08 01:50:51', '2013-02-09 01:50:51', 'P');
42
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 5, '2013-02-10 01:50:51', '2013-02-11 01:50:51', 'A');
43
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 6, '2013-02-12 01:50:51', '2013-02-13 01:50:51', 'F');
44
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12004, 7, '2013-02-14 01:50:51', '2013-02-15 01:50:51', 'F');
45
+
46
+
47
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12005, 12001, 'test round 12005', 'A', 1000, 0, 13, 'short name 12005', 1);
48
+
49
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12005, 1, '2011-11-02 01:50:51', '2011-12-02 01:50:51', 'P');
50
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12005, 2, '2011-12-02 01:50:52', '2011-12-05 01:50:51', 'P');
51
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12005, 5, '2011-12-10 01:50:51', '2011-12-11 01:50:51', 'A');
52
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12005, 7, '2011-12-14 01:50:51', '2011-12-15 01:50:51', 'F');
53
+
54
+
55
+ INSERT INTO round(round_id, contest_id, name, status, registration_limit, invitational, round_type_id, short_name, region_id) VALUES(12006, 12001, 'test round 12006', 'A', 1000, 0, 19, 'short name 12006', 1);
56
+
57
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 1, '2015-11-02 01:50:51', '2015-12-02 01:50:51', 'P');
58
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 2, '2015-12-02 01:50:52', '2015-12-05 01:50:51', 'P');
59
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 3, '2015-12-06 01:50:51', '2015-12-07 01:50:51', 'P');
60
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 4, '2015-12-08 01:50:51', '2015-12-09 01:50:51', 'P');
61
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 5, '2015-12-10 01:50:51', '2015-12-11 01:50:51', 'A');
62
+ INSERT INTO round_segment(round_id, segment_id, start_time, end_time, status) VALUES(12006, 7, '2015-12-14 01:50:51', '2015-12-15 01:50:51', 'F');
0 commit comments