Skip to content

Instantly share code, notes, and snippets.

@austintino
austintino / gist:75e9a5eb5d3577d6a19c
Last active August 29, 2015 14:22
TP12035 - Player V3 TVGuide
INSERT INTO `navigationLevels` (`title`, `subtitle`, `metaTitle`, `defaultMetaDescription`, `slug`, `urlPath`, `mobilePath`, `navigationSetId`, `parentNavigationLevelId`, `externalUrl`, `template`, `forArticles`, `forVideos`, `forPolls`, `forStreams`, `forCollections`, `defaultSubpageType`, `orderBy`, `active`, `public`, `createdAt`, `modifiedAt`, `creatorUserId`, `modifierUserId`, `streamId`, `sitesId`, `internalOnly`)
VALUES
('TV Guide', NULL, 'STV Player TV Guide', 'STV Player TV Guide', 'tvguide', 'tvguide', NULL, 119, 0, NULL, 'playerv3-default', 0, 0, 0, 0, 0, X'766964656F73', 1, 1, 1, NULL, '2015-06-02 13:18:55', NULL, NULL, NULL, NULL, 0);
/* Remove TV Guide Nav Level */
/* 16:43:53 Dev */
DELETE FROM `navigationLevels` WHERE `id` IN ('3126');
@austintino
austintino / gist:984abcf184db35491e14
Last active August 29, 2015 14:22
PlayerV3 Schedule Id's
/* Grant permissions for truncate once per hour. */
GRANT DROP ON stv_repoz.playerSchedule TO 'readwrite'@'database-write.prod.stv.tv' WITH MAX_QUERIES_PER_HOUR 1;