Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/SQLDatabase/Scripts/Populate/Populate_CFP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ USING (VALUES ('apicon-new-york-2025', 3, '2025-03-22'
('ncd-porto-2025', 1, '2025-01-22', '2025-05-18', 1, 1, 1, 'https://sessionize.com/ndc-porto-2025/'),
('apicon-berlin-2025', 3, '2025-04-01', '2025-05-19', 1, 1, 1, 'https://callforpapers.sandsmedia.com/'),
('serverless-architecture-conference-berlin-2025', 3, '2025-04-01', '2025-05-19', 1, 1, 1, 'https://callforpapers.sandsmedia.com/'),
('build-stuff-2025', 1, '2025-03-01', '2025-06-30', 1, 1, 1, 'https://sessionize.com/build-stuff-2025'))
('build-stuff-2025', 1, '2025-03-01', '2025-06-30', 1, 1, 1, 'https://sessionize.com/build-stuff-2025'),
('atlanta-cloud-conference-2025', 1, '2025-02-01', '2025-03-23', 1, 1, 1, 'https://sessionize.com/atlanta-cloud-conference-2025/'),
('stir-trek-2025', 1, '2025-01-14', '2025-01-28', 1, 1, 1, 'https://sessionize.com/stir-trek-2025/'),
('devup-2025', 1, '2025-01-13', '2025-02-28', 1, 1, 1, 'https://sessionize.com/dev-up-2025/'),
('beer-city-code-2025', 1, '2025-01-05', '2025-03-01', 1, 1, 1, 'https://sessionize.com/beer-city-code-2025/'),
('kcdc-2025', 1, '2025-01-07', '2025-02-21', 1, 1, 1, 'https://sessionize.com/kcdc-2025/'))
AS SOURCE (ShindigPermalink,
CFPTypeId,
StartDate,
Expand Down
21 changes: 13 additions & 8 deletions src/SQLDatabase/Scripts/Populate/Populate_Shindig.sql
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
MERGE dbo.Shindig AS TARGET
USING (VALUES ('apicon-new-york-2025', 1, 1, 3, 'US', 'NY', '2025-09-29', '2025-10-02', 'APIcon New York 2025', 'New York', 'New York Marriott at the Brooklyn Bridge', 'America/​New_York', 'https://apiconference.net/new-york/'),
('devopscon-new-york-2025', 1, 1, 3, 'US', 'NY', '2025-09-29', '2025-10-02', 'DevOps Con New York 2025', 'New York', 'New York Marriott at the Brooklyn Bridge', 'America/​New_York', 'https://devopscon.io/new-york/'),
('techoroma-netherlands-2025', 1, 1, 3, 'NL', 'UT', '2025-10-27', '2025-10-29', 'Techorama 2025 Netherlands', 'Urecht', 'Kinepolis Jaarbeurs Utrecht', 'Europe/​Amsterdam', 'https://www.techorama.nl/'),
('prairie-dev-con-winnipeg-2025', 1, 1, 3, 'CA', 'MB', '2025-09-22', '2025-09-23', 'Prairie Dev Con 2025 Winnipeg', 'Winnipeg', 'Canad Inns Destination Centre Polo Park', 'America/​Winnipeg', 'https://www.prairiedevcon.com/'),
('ncd-porto-2025', 1, 1, 3, 'PT', '13', '2025-10-20', '2025-10-24', 'NDC Porto 2025', 'Porto', 'Alfândega Porto Congress Centre', 'Europe/​Lisbon', 'https://ndcporto.com/'),
('apicon-berlin-2025', 1, 1, 3, 'DE', 'BE', '2025-10-21', '2025-10-23', 'APIcon Berlin 2025', 'Berlin', 'Maritim proArte Hotel', 'Europe/​Berlin', 'https://apiconference.net/berlin/'),
('serverless-architecture-conference-berlin-2025', 1, 1, 3, 'DE', 'BE', '2025-10-21', '2025-10-23', 'APIcon Berlin 2025', 'Berlin', 'Maritim proArte Hotel', 'Europe/​Berlin', 'https://apiconference.net/berlin/'),
('build-stuff-2025', 1, 1, 3, 'LT', '58', '2025-12-03', '2025-12-05', 'Build Stuff 2025', 'Vilnius', 'Radisson Blu Hotel Lietuva', 'Europe/​Vilnius', 'https://buildstuff.events/'))
USING (VALUES ('apicon-new-york-2025', 1, 1, 3, 'US', 'NY', '2025-09-29', '2025-10-02', 'APIcon New York 2025', 'New York', 'New York Marriott at the Brooklyn Bridge', 'America/​New_York', 'https://apiconference.net/new-york/'),
('devopscon-new-york-2025', 1, 1, 3, 'US', 'NY', '2025-09-29', '2025-10-02', 'DevOps Con New York 2025', 'New York', 'New York Marriott at the Brooklyn Bridge', 'America/​New_York', 'https://devopscon.io/new-york/'),
('techoroma-netherlands-2025', 1, 1, 3, 'NL', 'UT', '2025-10-27', '2025-10-29', 'Techorama 2025 Netherlands', 'Urecht', 'Kinepolis Jaarbeurs Utrecht', 'Europe/​Amsterdam', 'https://www.techorama.nl/'),
('prairie-dev-con-winnipeg-2025', 1, 1, 3, 'CA', 'MB', '2025-09-22', '2025-09-23', 'Prairie Dev Con 2025 Winnipeg', 'Winnipeg', 'Canad Inns Destination Centre Polo Park', 'America/​Winnipeg', 'https://www.prairiedevcon.com/'),
('ncd-porto-2025', 1, 1, 3, 'PT', '13', '2025-10-20', '2025-10-24', 'NDC Porto 2025', 'Porto', 'Alfândega Porto Congress Centre', 'Europe/​Lisbon', 'https://ndcporto.com/'),
('apicon-berlin-2025', 1, 1, 3, 'DE', 'BE', '2025-10-21', '2025-10-23', 'APIcon Berlin 2025', 'Berlin', 'Maritim proArte Hotel', 'Europe/​Berlin', 'https://apiconference.net/berlin/'),
('serverless-architecture-conference-berlin-2025', 1, 1, 3, 'DE', 'BE', '2025-10-21', '2025-10-23', 'APIcon Berlin 2025', 'Berlin', 'Maritim proArte Hotel', 'Europe/​Berlin', 'https://apiconference.net/berlin/'),
('build-stuff-2025', 1, 1, 3, 'LT', '58', '2025-12-03', '2025-12-05', 'Build Stuff 2025', 'Vilnius', 'Radisson Blu Hotel Lietuva', 'Europe/​Vilnius', 'https://buildstuff.events/'),
('atlanta-cloud-conference-2025', 1, 1, 3, 'US', 'GA', '2025-04-26', '2025-04-26', 'Atlanta Cloud Conference 2025', 'Atlanta', 'Kennesaw State University', 'America/​New_York', 'https://atlcloudconf.com/'),
('stir-trek-2025', 1, 1, 3, 'US', 'OH', '2025-05-02', '2025-05-02', 'Stir Trek 2025', 'Columbus', 'AMC Easton 30', 'America/New_York', 'https://stirtrek.com/'),
('devup-2025', 1, 1, 3, 'US', 'MO', '2025-08-06', '2025-08-08', 'dev up 2025', 'St. Charles', 'St. Charles Convention Center', 'America/​Chicago', 'https://www.devupconf.org/'),
('beer-city-code-2025', 1, 1, 3, 'US', 'MI', '2025-08-08', '2025-08-09', 'Beer City Code 2025', 'Grand Rapids', 'Calvin University - Fine Arts Center', 'America/​Detroit', 'https://beercitycode.com/'),
('kcdc-2025', 1, 1, 3, 'US', 'MO', '2025-08-13', '2025-08-15', 'KCDC 2025', 'Kansas City', 'Kansas City Convention Center', 'America/​Chicago', 'https://kcdc.info/'))
AS SOURCE (Permalink,
IsEnabled,
ShindigTypeId,
Expand Down