mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
55 lines
6.8 KiB
SQL
55 lines
6.8 KiB
SQL
-- Clear existing rides and insert fresh sample data
|
|
|
|
DELETE FROM public.rides;
|
|
|
|
-- Insert sample rides for all parks
|
|
INSERT INTO public.rides (id, name, slug, description, park_id, category, status, opening_date, height_requirement, capacity_per_hour, duration_seconds, max_speed_kmh, max_height_meters, length_meters, inversions, average_rating, review_count) VALUES
|
|
|
|
-- Cedar Point rides
|
|
('bb0e8400-e29b-41d4-a716-446655440001', 'Steel Vengeance', 'steel-vengeance', 'The world''s first hyper-hybrid roller coaster, combining a wooden structure with steel track for an incredible ride experience.', '770e8400-e29b-41d4-a716-446655440002', 'roller_coaster', 'operating', '2018-05-05', 122, 1200, 150, 119, 62.5, 1676, 4, 4.9, 523),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440002', 'Millennium Force', 'millennium-force', 'A legendary giga coaster that defined a generation of roller coaster enthusiasts with its incredible height and speed.', '770e8400-e29b-41d4-a716-446655440002', 'roller_coaster', 'operating', '2000-05-13', 122, 1300, 140, 150, 94.5, 2010, 0, 4.8, 892),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440003', 'Maverick', 'maverick', 'A unique launched roller coaster featuring multiple launches, airtime hills, and tight turns through the frontier.', '770e8400-e29b-41d4-a716-446655440002', 'roller_coaster', 'operating', '2007-05-26', 122, 1200, 150, 112, 31.1, 1219, 2, 4.7, 743),
|
|
|
|
-- Carowinds rides
|
|
('bb0e8400-e29b-41d4-a716-446655440004', 'Fury 325', 'fury-325', 'One of the tallest and fastest giga coasters in the world, delivering an incredible 325-foot drop and speeds over 95 mph.', '770e8400-e29b-41d4-a716-446655440012', 'roller_coaster', 'operating', '2015-03-28', 122, 1470, 185, 153, 99.1, 2012, 0, 4.8, 1123),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440005', 'Intimidator', 'intimidator', 'A massive hyper coaster inspired by NASCAR champion Dale Earnhardt, featuring high-speed thrills and intense airtime.', '770e8400-e29b-41d4-a716-446655440012', 'roller_coaster', 'operating', '2010-03-27', 122, 1600, 210, 129, 74.4, 1591, 0, 4.4, 687),
|
|
|
|
-- Magic Kingdom rides
|
|
('bb0e8400-e29b-41d4-a716-446655440006', 'Space Mountain', 'space-mountain', 'An indoor roller coaster in complete darkness through outer space, one of Disney''s most iconic attractions.', '770e8400-e29b-41d4-a716-446655440001', 'roller_coaster', 'operating', '1975-01-15', 112, 2000, 180, 45, 27.4, 914, 0, 4.2, 2341),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440007', 'Pirates of the Caribbean', 'pirates-of-the-caribbean', 'A classic boat ride through pirate-infested waters, featuring Audio-Animatronics and immersive storytelling.', '770e8400-e29b-41d4-a716-446655440001', 'dark_ride', 'operating', '1973-12-15', 0, 3000, 900, 0, 0, 520, 0, 4.6, 1876),
|
|
|
|
-- Europa-Park rides
|
|
('bb0e8400-e29b-41d4-a716-446655440008', 'Silver Star', 'silver-star', 'A massive hyper coaster reaching 239 feet in height with incredible views over Europa-Park and the Rhine valley.', '770e8400-e29b-41d4-a716-446655440009', 'roller_coaster', 'operating', '2002-03-23', 140, 1630, 200, 130, 73.0, 1620, 0, 4.5, 934),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440009', 'Blue Fire', 'blue-fire', 'A launched roller coaster featuring multiple inversions and a unique blue fire theme with special effects.', '770e8400-e29b-41d4-a716-446655440009', 'roller_coaster', 'operating', '2009-04-04', 125, 1720, 150, 100, 38.0, 1056, 4, 4.3, 823),
|
|
|
|
-- Six Flags Magic Mountain rides
|
|
('bb0e8400-e29b-41d4-a716-446655440010', 'Twisted Colossus', 'twisted-colossus', 'A massive wooden coaster transformed with steel track, featuring racing elements and multiple inversions.', '770e8400-e29b-41d4-a716-446655440005', 'roller_coaster', 'operating', '2015-05-23', 122, 1200, 240, 89, 37.5, 1448, 2, 4.4, 756),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440011', 'X2', 'x2', 'The world''s first 4th Dimension roller coaster where seats rotate 360 degrees independently of the track.', '770e8400-e29b-41d4-a716-446655440005', 'roller_coaster', 'operating', '2002-01-12', 122, 800, 215, 122, 53.0, 1100, 2, 4.1, 645),
|
|
|
|
-- Alton Towers rides
|
|
('bb0e8400-e29b-41d4-a716-446655440012', 'The Smiler', 'the-smiler', 'The world record holder for most inversions on a roller coaster with 14 inversions in a twisted, mind-bending layout.', '770e8400-e29b-41d4-a716-446655440008', 'roller_coaster', 'operating', '2013-05-31', 140, 1000, 165, 85, 30.0, 1170, 14, 4.2, 967),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440013', 'Nemesis', 'nemesis', 'An legendary inverted coaster built into a pit, creating an intense experience with perfectly sculpted terrain interaction.', '770e8400-e29b-41d4-a716-446655440008', 'roller_coaster', 'operating', '1994-03-19', 140, 1400, 90, 81, 13.0, 716, 4, 4.7, 1234),
|
|
|
|
-- Busch Gardens Tampa rides
|
|
('bb0e8400-e29b-41d4-a716-446655440014', 'SheiKra', 'sheikra', 'A massive floorless dive coaster featuring a 200-foot vertical drop and an underground tunnel through ancient ruins.', '770e8400-e29b-41d4-a716-446655440004', 'roller_coaster', 'operating', '2005-05-21', 137, 1800, 180, 112, 61.0, 914, 2, 4.4, 687),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440015', 'Tigris', 'tigris', 'A launched triple-launch coaster that sends riders forward, backward, and forward again with multiple inversions.', '770e8400-e29b-41d4-a716-446655440004', 'roller_coaster', 'operating', '2019-04-19', 122, 1000, 105, 100, 46.3, 550, 1, 4.2, 423),
|
|
|
|
-- Efteling rides
|
|
('bb0e8400-e29b-41d4-a716-446655440016', 'Baron 1898', 'baron-1898', 'A dive coaster themed around a Dutch mining story, featuring a vertical drop into an underground mine shaft.', '770e8400-e29b-41d4-a716-446655440010', 'roller_coaster', 'operating', '2015-07-01', 140, 1000, 150, 90, 37.5, 500, 3, 4.3, 542),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440017', 'Joris en de Draak', 'joris-en-de-draak', 'Twin wooden racing coasters featuring dueling dragons in an epic medieval battle with fantastic theming.', '770e8400-e29b-41d4-a716-446655440010', 'roller_coaster', 'operating', '2010-06-30', 100, 2400, 140, 75, 25.6, 780, 0, 4.1, 423),
|
|
|
|
-- Water rides and dark rides
|
|
('bb0e8400-e29b-41d4-a716-446655440018', 'Splash Mountain', 'splash-mountain', 'A classic log flume ride through the Briar Patch with beloved characters and a thrilling 50-foot drop finale.', '770e8400-e29b-41d4-a716-446655440001', 'water_ride', 'operating', '1992-07-17', 102, 2000, 600, 64, 15.2, 914, 0, 4.4, 1923),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440019', 'Haunted Mansion', 'haunted-mansion', 'A spooky dark ride through a mansion filled with 999 happy haunts, Disney''s most beloved ghost story.', '770e8400-e29b-41d4-a716-446655440001', 'dark_ride', 'operating', '1971-10-01', 0, 2618, 540, 0, 0, 700, 0, 4.5, 2156),
|
|
|
|
('bb0e8400-e29b-41d4-a716-446655440020', 'Symbolica', 'symbolica', 'A magical dark ride through the Palace of Fantasy featuring advanced animatronics and multiple story paths.', '770e8400-e29b-41d4-a716-446655440010', 'dark_ride', 'operating', '2017-07-01', 0, 1800, 360, 0, 0, 650, 0, 4.6, 687); |