Skip to content

Commit

Permalink
download sources for the versions page (bug 572848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 2, 2010
1 parent 3ac9c68 commit bcf9302
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions migrations/60-download-sources.sql
@@ -0,0 +1,6 @@
DELETE FROM download_sources WHERE id=17 AND name='userprofile';

INSERT INTO download_sources (name, type, created)
VALUES
('version-history', 'full', NOW()),
('addon-detail-version', 'full', NOW());

0 comments on commit bcf9302

Please sign in to comment.