Skip to content

Commit e66db31

Browse files
WFK2-834 Update the performance date to after June.
1 parent 6090eee commit e66db31

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

demo/src/main/resources/import.sql

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ insert into Event ( name, description, mediaitem_id, category_id) values ( 'Punc
174174
insert into Appearance ( event_id, venue_id) values ( 1, 1);
175175

176176
-- Performance 1
177-
insert into Performance ( show_id, date) values ( 1, '2015-05-24 19:00:00');
177+
insert into Performance ( show_id, date) values ( 1, '2015-09-21 19:00:00');
178178

179179
-- SectionAllocation 1
180180
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (1, 1, null, 0, 1);
@@ -183,7 +183,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
183183
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (1, 4, null, 0, 1);
184184

185185
-- Performance 2
186-
insert into Performance ( show_id, date) values ( 1, '2015-05-25 19:00:00');
186+
insert into Performance ( show_id, date) values ( 1, '2015-09-22 19:00:00');
187187
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (2, 1, null, 0, 1);
188188
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (2, 2, null, 0, 1);
189189
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (2, 3, null, 0, 1);
@@ -193,7 +193,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
193193
insert into Appearance ( event_id, venue_id) values ( 1, 2);
194194

195195
-- Performance 3
196-
insert into Performance ( show_id, date) values ( 2, '2015-05-26 19:30:00');
196+
insert into Performance ( show_id, date) values ( 2, '2015-09-23 19:30:00');
197197
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3, 5, null, 0, 1);
198198
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3, 6, null, 0, 1);
199199
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3, 7, null, 0, 1);
@@ -203,7 +203,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
203203
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3, 11, null, 0, 1);
204204

205205
-- Performance #4
206-
insert into Performance ( show_id, date) values ( 2, '2015-05-27 19:30:00');
206+
insert into Performance ( show_id, date) values ( 2, '2015-09-24 19:30:00');
207207
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (4, 5, null, 0, 1);
208208
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (4, 6, null, 0, 1);
209209
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (4, 7, null, 0, 1);
@@ -216,14 +216,14 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
216216
insert into Appearance ( event_id, venue_id) values ( 2, 1);
217217

218218
-- Performance 5
219-
insert into Performance ( show_id, date) values ( 3, '2015-05-28 17:00:00');
219+
insert into Performance ( show_id, date) values ( 3, '2015-09-25 17:00:00');
220220
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5, 1, null, 0, 1);
221221
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5, 2, null, 0, 1);
222222
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5, 3, null, 0, 1);
223223
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5, 4, null, 0, 1);
224224

225225
-- Performance 6
226-
insert into Performance ( show_id, date) values ( 3, '2015-05-28 19:30:00');
226+
insert into Performance ( show_id, date) values ( 3, '2015-09-25 19:30:00');
227227
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (6, 1, null, 0, 1);
228228
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (6, 2, null, 0, 1);
229229
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (6, 3, null, 0, 1);
@@ -233,7 +233,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
233233
insert into Appearance ( event_id, venue_id) values ( 2, 2);
234234

235235
-- Performance 7
236-
insert into Performance ( show_id, date) values ( 4, '2015-05-30 17:00:00');
236+
insert into Performance ( show_id, date) values ( 4, '2015-09-27 17:00:00');
237237
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7, 5, null, 0, 1);
238238
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7, 6, null, 0, 1);
239239
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7, 7, null, 0, 1);
@@ -243,7 +243,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
243243
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7, 11, null, 0, 1);
244244

245245
-- Performance 8
246-
insert into Performance ( show_id, date) values ( 4, '2015-05-30 19:30:00');
246+
insert into Performance ( show_id, date) values ( 4, '2015-09-27 19:30:00');
247247
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (8, 5, null, 0, 1);
248248
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (8, 6, null, 0, 1);
249249
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (8, 7, null, 0, 1);
@@ -256,7 +256,7 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
256256
insert into Appearance ( event_id, venue_id) values ( 3, 3);
257257

258258
-- Performance 9
259-
insert into Performance ( show_id, date) values ( 5, '2015-07-04 21:00:00');
259+
insert into Performance ( show_id, date) values ( 5, '2015-11-01 21:00:00');
260260
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (9, 12, null, 0, 1);
261261
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (9, 13, null, 0, 1);
262262
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (9, 14, null, 0, 1);
@@ -266,14 +266,14 @@ insert into SectionAllocation(performance_id, section_id, allocated, occupiedcou
266266
insert into Appearance ( event_id, venue_id) values ( 1, 5);
267267

268268
-- Performance 10
269-
insert into Performance ( show_id, date) values ( 6, '2015-05-24 19:00:00');
269+
insert into Performance ( show_id, date) values ( 6, '2015-09-21 19:00:00');
270270
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10, 20, null, 0, 1);
271271
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10, 21, null, 0, 1);
272272
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10, 22, null, 0, 1);
273273
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10, 23, null, 0, 1);
274274

275275
-- Performance 11
276-
insert into Performance ( show_id, date) values ( 6, '2015-05-25 19:00:00');
276+
insert into Performance ( show_id, date) values ( 6, '2015-09-22 19:00:00');
277277
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11, 20, null, 0, 1);
278278
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11, 21, null, 0, 1);
279279
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11, 22, null, 0, 1);

0 commit comments

Comments
 (0)