Skip to content

Commit ced2796

Browse files
committed
#219 fix hsqldb script
1 parent cd91575 commit ced2796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/alfio/db/HSQLDB/V99__TEST_DATA.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ INSERT INTO organization(name, description, email) VALUES ('demo', 'demo organiz
2020
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)
2121
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');
2222

23-
insert into invoice_sequences(0, 0);
23+
insert into invoice_sequences values (0, 0);
2424

2525
insert into ticket_category(inception, expiration, name, max_tickets, price_cts, access_restricted, tc_status, event_id, bounded) values
2626
('2014-01-10 00:00:00', '2017-10-10 00:00:00', 'Normal', 2, 0, false, 'ACTIVE', 0, true),

0 commit comments

Comments
 (0)