Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 15, 2010 18:33
Show Gist options
  • Save oleander/367470 to your computer and use it in GitHub Desktop.
Save oleander/367470 to your computer and use it in GitHub Desktop.
INSERT INTO `channels` (`id`, `name`, `clicked`, `link`, `active`, `alias`) VALUES
('2', 'NRK mPetre', '9', '', '1', 'NRK mPetre'),
('3', 'NRK 5.1', '2', '', '1', 'NRK 5.1'),
('4', 'Jazz', '0', '', '1', 'Jazz'),
('5', 'NRK Alltid Folkemusikk', '0', '', '1', 'NRK Alltid Folkemusikk'),
('6', 'NRK Sami Radio', '16', '', '1', 'NRK Sami Radio'),
('7', 'NRK P1', '2', '', '1', 'NRK P1'),
('8', 'Gull', '0', '', '1', 'Gull'),
('9', 'NRK P3', '5', '', '1', 'NRK P3'),
('10', 'NRK Trøndelag', '5', '', '1', 'NRK Trøndelag'),
('11', 'NRK Alltid Klassisk', '0', '', '1', 'NRK Alltid Klassisk'),
('12', 'Barn', '1', '', '1', 'Barn'),
('13', 'NRK Pyro', '1', '', '1', 'NRK Pyro'),
('14', 'NRK National rap show', '1', '', '1', 'NRK National rap show'),
('15', 'NRK P2', '0', '', '1', 'NRK P2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment