@@ -174,7 +174,7 @@ insert into Event ( name, description, mediaitem_id, category_id) values ( 'Punc
174
174
insert into Appearance ( event_id, venue_id) values ( 1 , 1 );
175
175
176
176
-- 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' );
178
178
179
179
-- SectionAllocation 1
180
180
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
183
183
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (1 , 4 , null , 0 , 1 );
184
184
185
185
-- 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' );
187
187
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (2 , 1 , null , 0 , 1 );
188
188
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (2 , 2 , null , 0 , 1 );
189
189
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
193
193
insert into Appearance ( event_id, venue_id) values ( 1 , 2 );
194
194
195
195
-- 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' );
197
197
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3 , 5 , null , 0 , 1 );
198
198
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3 , 6 , null , 0 , 1 );
199
199
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
203
203
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (3 , 11 , null , 0 , 1 );
204
204
205
205
-- 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' );
207
207
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (4 , 5 , null , 0 , 1 );
208
208
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (4 , 6 , null , 0 , 1 );
209
209
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
216
216
insert into Appearance ( event_id, venue_id) values ( 2 , 1 );
217
217
218
218
-- 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' );
220
220
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5 , 1 , null , 0 , 1 );
221
221
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5 , 2 , null , 0 , 1 );
222
222
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5 , 3 , null , 0 , 1 );
223
223
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (5 , 4 , null , 0 , 1 );
224
224
225
225
-- 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' );
227
227
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (6 , 1 , null , 0 , 1 );
228
228
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (6 , 2 , null , 0 , 1 );
229
229
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
233
233
insert into Appearance ( event_id, venue_id) values ( 2 , 2 );
234
234
235
235
-- 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' );
237
237
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7 , 5 , null , 0 , 1 );
238
238
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7 , 6 , null , 0 , 1 );
239
239
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
243
243
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (7 , 11 , null , 0 , 1 );
244
244
245
245
-- 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' );
247
247
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (8 , 5 , null , 0 , 1 );
248
248
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (8 , 6 , null , 0 , 1 );
249
249
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
256
256
insert into Appearance ( event_id, venue_id) values ( 3 , 3 );
257
257
258
258
-- 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' );
260
260
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (9 , 12 , null , 0 , 1 );
261
261
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (9 , 13 , null , 0 , 1 );
262
262
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
266
266
insert into Appearance ( event_id, venue_id) values ( 1 , 5 );
267
267
268
268
-- 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' );
270
270
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10 , 20 , null , 0 , 1 );
271
271
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10 , 21 , null , 0 , 1 );
272
272
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10 , 22 , null , 0 , 1 );
273
273
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (10 , 23 , null , 0 , 1 );
274
274
275
275
-- 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' );
277
277
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11 , 20 , null , 0 , 1 );
278
278
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11 , 21 , null , 0 , 1 );
279
279
insert into SectionAllocation(performance_id, section_id, allocated, occupiedcount, version) values (11 , 22 , null , 0 , 1 );
0 commit comments