We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91575 commit ced2796Copy full SHA for ced2796
src/main/resources/alfio/db/HSQLDB/V99__TEST_DATA.sql
@@ -20,7 +20,7 @@ INSERT INTO organization(name, description, email) VALUES ('demo', 'demo organiz
20
insert into event(short_name, display_name, website_url, website_t_c_url, location, latitude, longitude, start_ts, end_ts, regular_price_cts, currency, available_seats, vat_included, vat, allowed_payment_proxies, private_key, org_id, time_zone, image_url)
21
values('eventname', 'display_name', 'http://localhost:8080', 'http://localhost:8080', 'demo location', '0', '0', '2017-10-10 04:00:00' , '2017-10-11 03:59:00' , 1000, 'CHF', 20, 'true', 8, 'STRIPE,ON_SITE,OFFLINE,PAYPAL', 'alfio-uberall', 0, 'America/New_York', 'http://localhost:8080/resources/images/sample-logo.png');
22
23
-insert into invoice_sequences(0, 0);
+insert into invoice_sequences values (0, 0);
24
25
insert into ticket_category(inception, expiration, name, max_tickets, price_cts, access_restricted, tc_status, event_id, bounded) values
26
('2014-01-10 00:00:00', '2017-10-10 00:00:00', 'Normal', 2, 0, false, 'ACTIVE', 0, true),
0 commit comments