Skip to content

Commit bc5a578

Browse files
committed
Update deployment
- Ensured install script works with latest changes
1 parent 1846728 commit bc5a578

File tree

3 files changed

+93
-57
lines changed

3 files changed

+93
-57
lines changed

sql/Procedures/usp_InsertRip.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CREATE PROCEDURE RipDB.usp_InsertRip(
3232
IN AlternateName varchar(2048),
3333
IN Description text,
3434
IN UploadDate datetime,
35-
IN RipLength time,
35+
IN InRipLength time,
3636
IN URL varchar(2048),
3737
IN YTID varchar(12),
3838
IN AltURL varchar(2048),
@@ -59,7 +59,7 @@ BEGIN
5959
INSERT INTO Rips
6060
(RipName, MixName, RipDate, RipAlternateName, RipDescription, RipLength, RipGame, RipURL, RipYouTubeID, RipAlternateURL, RipChannel, WikiURL)
6161
VALUES
62-
(RipName, Mix, UploadDate, AlternateName, Description, RipLength, Game, URL, YTID, AltURL, Channel, WikiLink);
62+
(RipName, Mix, UploadDate, AlternateName, Description, InRipLength, Game, URL, YTID, AltURL, Channel, WikiLink);
6363

6464
SET new_RipID = LAST_INSERT_ID();
6565

sql/Scripts/Sample_data.sql

Lines changed: 89 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ CALL usp_InsertJoke('Inspector Gadget', 'Theme song of the TV show "Inspector Ga
3636
CALL usp_InsertJoke('Star Wars (Main Title)', 'Main title theme of Star Wars by John Williams.', 1, null, '[21,24]', @out);
3737
CALL usp_InsertJoke('All Star', 'Song by music artist "Smash Mouth".', 1, null, '[23]', @out);
3838
CALL usp_InsertJoke('Bonetrousle', 'Song from the game Undertale.', 1, null, '[14,18,34]', @out); -- 10
39-
CALL usp_InsertJoke('On The Floor', 'Song by IceJJFish.', 1, null, '[6]', @out);
39+
CALL usp_InsertJoke('On The Floor', 'Song by IceJJFish.', 1, null, null, @out);
4040
CALL usp_InsertJoke('Donald Duck', 'Disney character', 4, null, '[24]', @out);
4141
CALL usp_InsertJoke('Temmie Village', 'Song from the game Undertale.', 1, null, '[14,18,34]', @out);
4242
CALL usp_InsertJoke('Snow halation', 'Song from the Love Live! franchise.', 1, null, '[25]', @out);
4343
CALL usp_InsertJoke('YTP4LIFE CRYING', '', 3, null, null, @out); -- 15
44-
CALL usp_InsertJoke('Title Theme & Ending', 'The NES rendition of "Meet the Flintstones" that plays during the title screen and ending of The Flintstones: The Rescue of Dino & Hoppy. The name is unofficial.', 1, '[2]', '[14,15]', @out);
44+
CALL usp_InsertJoke('Title Theme & Ending', 'The NES rendition of "Meet the Flintstones" that plays during the title screen and ending of The Flintstones: The Rescue of Dino & Hoppy. The name is unofficial.', 1, null, '[14,15]', @out);
4545
CALL usp_InsertJoke('Wake Me Up When September Ends', 'Song by Green Day', 1, null, '[26,5]', @out);
4646
CALL usp_InsertJoke('Pledge of Demon', 'Song from Yakuza 0', 1, null, '[14]', @out);
4747
CALL usp_InsertJoke('Rock My Emotions', '', 1, '[3]', null, @out);
@@ -55,7 +55,7 @@ CALL usp_InsertJoke('Beware the Forest''s Mushrooms', '', 1, null, '[14]', @out)
5555
CALL usp_InsertJoke('In the Hall of the Mountain King', '', 1, null, '[11]', @out);
5656
CALL usp_InsertJoke('OMNI FIX YOUR PASSWORD', '', 6, null, null, @out);
5757
CALL usp_InsertJoke('Temporary Secretary', '', 1, null, '[31]', @out);
58-
CALL usp_InsertJoke('Deez Nuts!', '', 3, '[6]', null, @out); -- 30
58+
CALL usp_InsertJoke('Deez Nuts!', '', 3, null, null, @out); -- 30
5959
CALL usp_InsertJoke('Deez Nuts! [Trap Remix]', '', 1, '[3]', null, @out);
6060
CALL usp_InsertJoke('Bonfire', '', 1, null, null, @out);
6161
CALL usp_InsertJoke('Harlem Shake', '', 1, '[3,6]', null, @out);
@@ -83,6 +83,40 @@ VALUES
8383
('Super Mario 64', ''), -- 15
8484
('Cave Story', '');
8585

86+
-- Platforms
87+
INSERT INTO Platforms
88+
(PlatformName)
89+
VALUES
90+
('Game Boy Advance'),
91+
('Nintendo 64'),
92+
('PC'),
93+
('Nintendo Game Cube'),
94+
('Nintendo DS'), -- 5
95+
('Nintendo 3DS'),
96+
('Nintendo Wii U'),
97+
('Nintendo Switch');
98+
99+
INSERT INTO GamePlatforms
100+
(GameID, PlatformID)
101+
VALUES
102+
(1, 1),
103+
(2, 2),
104+
(3, 3),
105+
(3, 8),
106+
(4, 4),
107+
(5, 5),
108+
(6, 7),
109+
(7, 6),
110+
(8, 5),
111+
(9, 6),
112+
(10, 1),
113+
(11, 3),
114+
(12, 5),
115+
(14, 3),
116+
(14, 8),
117+
(15, 3),
118+
(15, 8);
119+
86120
-- Rippers
87121
INSERT INTO Rippers
88122
(RipperName)
@@ -102,55 +136,55 @@ VALUES
102136

103137
-- Rips
104138
-- Parameters: Rip Name, Alt Name, Description, upload date, length, URL, YouTube ID, alternate (album) URL, game, channel, genres, jokes, rippers
105-
CALL usp_InsertRip('Battle! (Wild Pokémon)', 'A Wild Fred Flintstone Appeared!', null, '2016-01-09', '0102', 'https://www.youtube.com/watch?v=vJsjd8alc8Y', 'vJsjd8alc8Y', null, 1, 1, '[1]',
106-
'{"2": {"timestamps":[{"start":"00:00:12","end":"00:01:01"}],"comment":null}, "1": {"timestamps":[{"start":"00:00:12","end":"00:01:02"}],"comment":"Visual edit"}, "3": {"timestamps":[{"start":"00:01:01","end":"00:01:02"}],"comment":null}}', '{"1":null}');
107-
CALL usp_InsertRip('Route 110', null, null, '2016-06-09', '0031', 'https://www.youtube.com/watch?v=hRKTKaOtP0I', 'hRKTKaOtP0I', null, 1, 1, '[1]',
108-
'{"4": {"timestamps":[{"start":"00:00:00","end":"00:00:31"}],"comment":null}}', '{"2":null}');
109-
CALL usp_InsertRip('Gerudo Valley', 'Gerudo Countdown', null, '2016-01-11', '0146', 'https://www.youtube.com/watch?v=zdFPVzFgl68', 'zdFPVzFgl68', null, 2, 1, '[1]',
110-
'{"5": {"timestamps":[{"start":"00:00:00","end":"00:01:46"}],"comment":null}}', '{"1":null}');
111-
CALL usp_InsertRip('MEGALOVANIA', 'Descending MEGALOVANIA', null, '2016-01-12', '0137', 'https://www.youtube.com/watch?v=Q9wDLSrLeUE', 'Q9wDLSrLeUE', null, 3, 1, '[7]',
112-
'{"6": {"timestamps":[{"start":"00:00:00","end":"00:01:37"}],"comment":null}}', '{"2":null}');
113-
CALL usp_InsertRip('Once Upon A Time', null, null, '2016-01-13', '0127', 'https://www.youtube.com/watch?v=2_yoDiuwSwE', '2_yoDiuwSwE', null, 3, 1, '[1]',
114-
'{"8": {"timestamps":[{"start":"00:00:00","end":"00:01:27"}],"comment":null}}', '{"2":null}');
115-
CALL usp_InsertRip('Lost Woods', null, null, '2016-01-14', '0106', 'https://www.youtube.com/watch?v=da5kSUVbaI4', 'da5kSUVbaI4', null, 2, 1, '[1]',
116-
'{"2": {"timestamps":[{"start":"00:00:02","end":"00:01:06"}],"comment":null}}', '{"1":null}');
117-
CALL usp_InsertRip('A Secret Course', null, null, '2016-01-14', '0131', 'https://www.youtube.com/watch?v=ZTga1rjryhE', 'ZTga1rjryhE', null, 3, 1, '[1]',
118-
'{"9": {"timestamps":[{"start":"00:00:07","end":"00:01:31"}],"comment":null}}', '{"1":null}');
119-
CALL usp_InsertRip('Secret Course', 'Super Mario Shrekshine: All Secret Course', null, '2016-01-15', '0130', 'https://www.youtube.com/watch?v=ryZvC68xE_s', 'ryZvC68xE_s', null, 4, 1, '[1]',
120-
'{"9": {"timestamps":[{"start":"00:00:06","end":"00:01:30"}],"comment":null}}', '{"1":null}');
121-
CALL usp_InsertRip('Luigi''s Mansion', null, null, '2016-01-17', '0131', 'https://www.youtube.com/watch?v=p7RsftFX9ak', 'p7RsftFX9ak', null, 5, 1, '[1]',
122-
'{"10": {"timestamps":[{"start":"00:00:00","end":"00:01:31"}],"comment":null}}', '{"2":null}');
123-
CALL usp_InsertRip('Uncontrollable', null, null, '2016-01-18', '0349', 'https://www.youtube.com/watch?v=pTeXKobmqWk', 'pTeXKobmqWk', null, 6, 1, '[1]',
124-
'{"3": {"timestamps":[{"start":"00:00:28","end":"00:03:49"}],"comment":null}}', '{"3":"null"}');
125-
CALL usp_InsertRip('Map (Day)', 'On the Island', null, '2016-01-18', '0053', 'https://www.youtube.com/watch?v=XhG9rWtjcGQ', 'XhG9rWtjcGQ', null, 7, 1, '[1]',
126-
'{"11": {"timestamps":[{"start":"00:00:00","end":"00:00:53"}],"comment":null}}', '{"4":"Chief Keef 2"}');
127-
CALL usp_InsertRip('Uncontrollable (Alternate Mix)', null, null, '2016-01-19', '0345', 'https://www.youtube.com/watch?v=6nRC_dlsJ1I', '6nRC_dlsJ1I', null, 6, 1, '[1]',
128-
'{"12": {"timestamps":[{"start":"00:00:00","end":"00:03:45"}],"comment":null}}', '{"5":null}');
129-
CALL usp_InsertRip('Overworld Theme (Original Mix)', null, null, '2016-01-19', '0128', 'https://www.youtube.com/watch?v=Ct3Z7LEoOPM', 'Ct3Z7LEoOPM', null, 8, 1, '[1]',
130-
'{"13": {"timestamps":[{"start":"00:00:12","end":"00:01:28"}],"comment":null}}', '{"2":null}');
131-
CALL usp_InsertRip('Hopes and Dreams', null, null, '2016-01-20', '0301', 'https://www.youtube.com/watch?v=Bhs3Q7-kLHs', 'Bhs3Q7-kLHs', null, 3, 1, '[1]',
132-
'{"14": {"timestamps":[{"start":"00:00:11","end":"00:03:01"}],"comment":null}}', '{"6":null}');
133-
CALL usp_InsertRip('The key we''ve lost', 'The channel ytp4life lost', null, '2016-01-20', '0611', 'https://www.youtube.com/watch?v=SezWmzgp6uQ', 'SezWmzgp6uQ', null, 6, 1, '[1]',
134-
'{"15": {"timestamps":[{"start":"00:00:00","end":"00:06:11"}],"comment":null}}', '{"3":null}');
135-
CALL usp_InsertRip('MEGALOVANIA (Beta Mix)', 'Grand Dadlovania', null, '2016-01-28', '0049', 'https://www.youtube.com/watch?v=4wXW_ex5Nvs', '4wXW_ex5Nvs', null, 3, 1, '[1]',
136-
'{"6": {"timestamps":[{"start":"00:00:07","end":"00:00:39"}],"comment":null}}', '{"1":null}');
137-
CALL usp_InsertRip('Last Goodbye (Alternate Mix)', 'Everlasting Goodbye', null, '2016-01-29', '0049', 'https://www.youtube.com/watch?v=rSuYr0dR2gw', 'rSuYr0dR2gw', null, 3, 1, '[2]',
138-
'{"16": {"timestamps":[{"start":"00:00:05","end":"00:00:49"}],"comment":null}}', '{"2":null}');
139-
CALL usp_InsertRip('Last Goodbye (Beta Mix)', null, null, '2016-01-29', '0215', 'https://www.youtube.com/watch?v=gIEbix3m68g', 'gIEbix3m68g', null, 3, 1, '[7]',
140-
'{"7": {"timestamps":[{"start":"00:00:00","end":"00:02:15"}],"comment":null}}', '{"5":null}');
141-
CALL usp_InsertRip('My Room (Naturale)', null, null, '2016-01-31', '0308', 'https://www.youtube.com/watch?v=yS80Lx9d6ug', 'yS80Lx9d6ug', null, 9, 1, '[2]',
142-
'{"17": {"timestamps":[{"start":"00:00:00","end":"00:03:08"}],"comment":null}}', '{"7":null}');
143-
CALL usp_InsertRip('Mini-Porky''s Entrance', null, null, '2020-05-01', '0007', 'https://www.youtube.com/watch?v=34frOL0BvlM', '34frOL0BvlM', null, 10, 2, '[6]',
144-
'{"2": {"timestamps":[{"start":"00:00:00","end":"00:00:07"}],"comment":null}}', '{}');
145-
CALL usp_InsertRip('Triage at Dawn', 'Pledge of Combine', null, '2020-05-01', '0048', 'https://www.youtube.com/watch?v=KYhfEHui8-w', 'KYhfEHui8-w', null, 11, 2, '[6]',
146-
'{"2": {"timestamps":[{"start":"00:00:06","end":"00:00:48"}],"comment":null}}', '{"8":null}');
147-
CALL usp_InsertRip('Final Boss', null, null, '2020-05-01', '0245', 'https://www.youtube.com/watch?v=SazKKPNJ1mw', 'SazKKPNJ1mw', null, 12, 2, '[2,6]',
148-
'{"19": {"timestamps":[{"start":"00:00:00","end":"00:00:11"},{"start":"00:00:57","end":"00:01:10"}],"comment":null},"20": {"timestamps":[{"start":"00:00:11","end":"00:00:28"}],"comment":null},"21": {"timestamps":[{"start":"00:00:11","end":"00:00:28"},{"start":"00:00:57","end":"00:01:20"}],"comment":null},"23": {"timestamps":[{"start":"00:00:28","end":"00:00:40"}],"comment":null},"2": {"timestamps":[{"start":"00:00:40","end":"00:00:51"}],"comment":null},"24": {"timestamps":[{"start":"00:00:51","end":"00:00:57"}],"comment":null}}', '{}');
149-
CALL usp_InsertRip('Password', 'SiIvagunner Gets Fucking HACKED (Real)', null, '2020-05-01', '0024', 'https://www.youtube.com/watch?v=_4eCEPjKP14', '_4eCEPjKP14', null, 13, 2, '[14]',
150-
'{"28": {"timestamps":[{"start":"00:00:00","end":"00:00:24"}],"comment":null},"29": {"timestamps":[{"start":"00:00:09","end":"00:00:16"}],"comment":null}}', '{"9":null}');
151-
CALL usp_InsertRip('AUDlO_lNTRONOlSE (Beta Mix)', null, null, '2020-05-01', '0012', 'https://www.youtube.com/watch?v=sUNlS5Olh5c', 'sUNlS5Olh5c', null, 14, 2, '[1]',
152-
'{"30": {"timestamps":[{"start":"00:00:00","end":"00:00:12"}],"comment":null}}', '{"10":null, "11":null}');
153-
CALL usp_InsertRip('Slider (DN Version)', null, null, '2020-05-01', '0337', 'https://www.youtube.com/watch?v=zvSnueCaCjg', 'zvSnueCaCjg', null, 15, 2, '[2,13,14]',
154-
'{"29": {"timestamps":[{"start":"00:00:00","end":"00:03:33"}],"comment":null},"30": {"timestamps":[{"start":"00:03:33","end":"00:03:37"}],"comment":null},"32": {"timestamps":[{"start":"00:01:12","end":"00:01:35"}],"comment":"Vocals are used in place of those from Deez Nuts! [Trap Remix]."},"33": {"timestamps":[{"start":"00:02:28","end":"00:03:33"}],"comment":null},"34": {"timestamps":[{"start":"00:03:11","end":"00:03:33"}],"comment":"Pitch shifted"}}', '{"12":null}');
155-
CALL usp_InsertRip('White', null, null, '2020-05-01', '0325', 'https://www.youtube.com/watch?v=6s4nh5cpk_0', '6s4nh5cpk_0', null, 16, 2, '[6]',
156-
'{"35": {"timestamps":[{"start":"00:00:00","end":"00:03:25"}],"comment":null}}', '{"8":null}');
139+
CALL usp_InsertRip('Battle! (Wild Pokémon)', null, 'A Wild Fred Flintstone Appeared!', null, '2016-01-09', '0102', 'https://www.youtube.com/watch?v=vJsjd8alc8Y', 'vJsjd8alc8Y', null, 1, 1,
140+
'{"2": {"timestamps":[{"start":"00:00:12","end":"00:01:01"}],"comment":null}, "1": {"timestamps":[{"start":"00:00:12","end":"00:01:02"}],"comment":"Visual edit"}, "3": {"timestamps":[{"start":"00:01:01","end":"00:01:02"}],"comment":null}}', '{"1":null}', null, null);
141+
CALL usp_InsertRip('Route 110', null, null, null, '2016-06-09', '0031', 'https://www.youtube.com/watch?v=hRKTKaOtP0I', 'hRKTKaOtP0I', null, 1, 1,
142+
'{"4": {"timestamps":[{"start":"00:00:00","end":"00:00:31"}],"comment":null}}', '{"2":null}', null, null);
143+
CALL usp_InsertRip('Gerudo Valley', null, 'Gerudo Countdown', null, '2016-01-11', '0146', 'https://www.youtube.com/watch?v=zdFPVzFgl68', 'zdFPVzFgl68', null, 2, 1,
144+
'{"5": {"timestamps":[{"start":"00:00:00","end":"00:01:46"}],"comment":null}}', '{"1":null}', null, null);
145+
CALL usp_InsertRip('MEGALOVANIA', null, 'Descending MEGALOVANIA', null, '2016-01-12', '0137', 'https://www.youtube.com/watch?v=Q9wDLSrLeUE', 'Q9wDLSrLeUE', null, 3, 1,
146+
'{"6": {"timestamps":[{"start":"00:00:00","end":"00:01:37"}],"comment":null}}', '{"2":null}', null, null);
147+
CALL usp_InsertRip('Once Upon A Time', null, null, null, '2016-01-13', '0127', 'https://www.youtube.com/watch?v=2_yoDiuwSwE', '2_yoDiuwSwE', null, 3, 1,
148+
'{"8": {"timestamps":[{"start":"00:00:00","end":"00:01:27"}],"comment":null}}', '{"2":null}', null, null);
149+
CALL usp_InsertRip('Lost Woods', null, null, null, '2016-01-14', '0106', 'https://www.youtube.com/watch?v=da5kSUVbaI4', 'da5kSUVbaI4', null, 2, 1,
150+
'{"2": {"timestamps":[{"start":"00:00:02","end":"00:01:06"}],"comment":null}}', '{"1":null}', null, null);
151+
CALL usp_InsertRip('A Secret Course', null, null, null, '2016-01-14', '0131', 'https://www.youtube.com/watch?v=ZTga1rjryhE', 'ZTga1rjryhE', null, 3, 1,
152+
'{"9": {"timestamps":[{"start":"00:00:07","end":"00:01:31"}],"comment":null}}', '{"1":null}', null, null);
153+
CALL usp_InsertRip('Secret Course', null, 'Super Mario Shrekshine: All Secret Course', null, '2016-01-15', '0130', 'https://www.youtube.com/watch?v=ryZvC68xE_s', 'ryZvC68xE_s', null, 4, 1,
154+
'{"9": {"timestamps":[{"start":"00:00:06","end":"00:01:30"}],"comment":null}}', '{"1":null}', null, null);
155+
CALL usp_InsertRip('Luigi''s Mansion', null, null, null, '2016-01-17', '0131', 'https://www.youtube.com/watch?v=p7RsftFX9ak', 'p7RsftFX9ak', null, 5, 1,
156+
'{"10": {"timestamps":[{"start":"00:00:00","end":"00:01:31"}],"comment":null}}', '{"2":null}', null, null);
157+
CALL usp_InsertRip('Uncontrollable', null, null, null, '2016-01-18', '0349', 'https://www.youtube.com/watch?v=pTeXKobmqWk', 'pTeXKobmqWk', null, 6, 1,
158+
'{"3": {"timestamps":[{"start":"00:00:28","end":"00:03:49"}],"comment":null}}', '{"3":"null"}', null, null);
159+
CALL usp_InsertRip('Map (Day)', null, 'On the Island', null, '2016-01-18', '0053', 'https://www.youtube.com/watch?v=XhG9rWtjcGQ', 'XhG9rWtjcGQ', null, 7, 1,
160+
'{"11": {"timestamps":[{"start":"00:00:00","end":"00:00:53"}],"comment":null}}', '{"4":"Chief Keef 2"}', null, null);
161+
CALL usp_InsertRip('Uncontrollable', 'Alternate Mix', null, null, '2016-01-19', '0345', 'https://www.youtube.com/watch?v=6nRC_dlsJ1I', '6nRC_dlsJ1I', null, 6, 1,
162+
'{"12": {"timestamps":[{"start":"00:00:00","end":"00:03:45"}],"comment":null}}', '{"5":null}', null, null);
163+
CALL usp_InsertRip('Overworld Theme', 'Original Mix', null, null, '2016-01-19', '0128', 'https://www.youtube.com/watch?v=Ct3Z7LEoOPM', 'Ct3Z7LEoOPM', null, 8, 1,
164+
'{"13": {"timestamps":[{"start":"00:00:12","end":"00:01:28"}],"comment":null}}', '{"2":null}', null, null);
165+
CALL usp_InsertRip('Hopes and Dreams', null, null, null, '2016-01-20', '0301', 'https://www.youtube.com/watch?v=Bhs3Q7-kLHs', 'Bhs3Q7-kLHs', null, 3, 1,
166+
'{"14": {"timestamps":[{"start":"00:00:11","end":"00:03:01"}],"comment":null}}', '{"6":null}', null, null);
167+
CALL usp_InsertRip('The key we''ve lost', null, 'The channel ytp4life lost', null, '2016-01-20', '0611', 'https://www.youtube.com/watch?v=SezWmzgp6uQ', 'SezWmzgp6uQ', null, 6, 1,
168+
'{"15": {"timestamps":[{"start":"00:00:00","end":"00:06:11"}],"comment":null}}', '{"3":null}', null, null);
169+
CALL usp_InsertRip('MEGALOVANIA', 'Beta Mix', 'Grand Dadlovania', null, '2016-01-28', '0049', 'https://www.youtube.com/watch?v=4wXW_ex5Nvs', '4wXW_ex5Nvs', null, 3, 1,
170+
'{"6": {"timestamps":[{"start":"00:00:07","end":"00:00:39"}],"comment":null}}', '{"1":null}', null, null);
171+
CALL usp_InsertRip('Last Goodbye', 'Alternate Mix', 'Everlasting Goodbye', null, '2016-01-29', '0049', 'https://www.youtube.com/watch?v=rSuYr0dR2gw', 'rSuYr0dR2gw', null, 3, 1,
172+
'{"16": {"timestamps":[{"start":"00:00:05","end":"00:00:49"}],"comment":null}}', '{"2":null}', null, null);
173+
CALL usp_InsertRip('Last Goodbye', 'Beta Mix', null, null, '2016-01-29', '0215', 'https://www.youtube.com/watch?v=gIEbix3m68g', 'gIEbix3m68g', null, 3, 1,
174+
'{"7": {"timestamps":[{"start":"00:00:00","end":"00:02:15"}],"comment":null}}', '{"5":null}', null, null);
175+
CALL usp_InsertRip('My Room (Naturale)', null, null, null, '2016-01-31', '0308', 'https://www.youtube.com/watch?v=yS80Lx9d6ug', 'yS80Lx9d6ug', null, 9, 1,
176+
'{"17": {"timestamps":[{"start":"00:00:00","end":"00:03:08"}],"comment":null}}', '{"7":null}', null, null);
177+
CALL usp_InsertRip('Mini-Porky''s Entrance', null, null, null, '2020-05-01', '0007', 'https://www.youtube.com/watch?v=34frOL0BvlM', '34frOL0BvlM', null, 10, 2,
178+
'{"2": {"timestamps":[{"start":"00:00:00","end":"00:00:07"}],"comment":null}}', '{}', null, null);
179+
CALL usp_InsertRip('Triage at Dawn', null, 'Pledge of Combine', null, '2020-05-01', '0048', 'https://www.youtube.com/watch?v=KYhfEHui8-w', 'KYhfEHui8-w', null, 11, 2,
180+
'{"2": {"timestamps":[{"start":"00:00:06","end":"00:00:48"}],"comment":null}}', '{"8":null}', null, null);
181+
CALL usp_InsertRip('Final Boss', null, null, null, '2020-05-01', '0245', 'https://www.youtube.com/watch?v=SazKKPNJ1mw', 'SazKKPNJ1mw', null, 12, 2,
182+
'{"19": {"timestamps":[{"start":"00:00:00","end":"00:00:11"},{"start":"00:00:57","end":"00:01:10"}],"comment":null},"20": {"timestamps":[{"start":"00:00:11","end":"00:00:28"}],"comment":null},"21": {"timestamps":[{"start":"00:00:11","end":"00:00:28"},{"start":"00:00:57","end":"00:01:20"}],"comment":null},"23": {"timestamps":[{"start":"00:00:28","end":"00:00:40"}],"comment":null},"2": {"timestamps":[{"start":"00:00:40","end":"00:00:51"}],"comment":null},"24": {"timestamps":[{"start":"00:00:51","end":"00:00:57"}],"comment":null}}', '{}', null, null);
183+
CALL usp_InsertRip('Password', null, 'SiIvagunner Gets Fucking HACKED (Real)', null, '2020-05-01', '0024', 'https://www.youtube.com/watch?v=_4eCEPjKP14', '_4eCEPjKP14', null, 13, 2,
184+
'{"28": {"timestamps":[{"start":"00:00:00","end":"00:00:24"}],"comment":null},"29": {"timestamps":[{"start":"00:00:09","end":"00:00:16"}],"comment":null}}', '{"9":null}', null, null);
185+
CALL usp_InsertRip('AUDlO_lNTRONOlSE', 'Beta Mix', null, null, '2020-05-01', '0012', 'https://www.youtube.com/watch?v=sUNlS5Olh5c', 'sUNlS5Olh5c', null, 14, 2,
186+
'{"30": {"timestamps":[{"start":"00:00:00","end":"00:00:12"}],"comment":null}}', '{"10":null, "11":null}', null, null);
187+
CALL usp_InsertRip('Slider', 'DN Version', null, null, '2020-05-01', '0337', 'https://www.youtube.com/watch?v=zvSnueCaCjg', 'zvSnueCaCjg', null, 15, 2,
188+
'{"29": {"timestamps":[{"start":"00:00:00","end":"00:03:33"}],"comment":null},"30": {"timestamps":[{"start":"00:03:33","end":"00:03:37"}],"comment":null},"32": {"timestamps":[{"start":"00:01:12","end":"00:01:35"}],"comment":"Vocals are used in place of those from Deez Nuts! [Trap Remix]."},"33": {"timestamps":[{"start":"00:02:28","end":"00:03:33"}],"comment":null},"34": {"timestamps":[{"start":"00:03:11","end":"00:03:33"}],"comment":"Pitch shifted"}}', '{"12":null}', null, null);
189+
CALL usp_InsertRip('White', null, null, null, '2020-05-01', '0325', 'https://www.youtube.com/watch?v=6s4nh5cpk_0', '6s4nh5cpk_0', null, 16, 2,
190+
'{"35": {"timestamps":[{"start":"00:00:00","end":"00:03:25"}],"comment":null}}', '{"8":null}', null, null);

sql/deployer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function deployFiles($pdo, string $folder, array $fileNames)
3434
'JokeTags',
3535
'Composers',
3636
'Platforms',
37+
'GamePlatforms',
38+
'Genres',
3739
'Rips',
3840
'RipJokes',
3941
'RipRippers',

0 commit comments

Comments
 (0)