Skip to content

Commit

Permalink
Fix audio view SQL to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 10, 2023
1 parent f6c0fb8 commit b4d6f19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/upstream_db/0007_openledger_audio_view.sql
Expand Up @@ -12,7 +12,8 @@ INSERT INTO public.audio_popularity_metrics (
) VALUES
('wikimedia_audio', 'global_usage_count', 0.85),
('jamendo', 'listens', 0.85),
('freesound', 'num_downloads', 0.85);
('freesound', 'num_downloads', 0.85)
('ccmixter', 'upload_num_scores', 0.85);


CREATE FUNCTION audio_popularity_percentile(
Expand Down

0 comments on commit b4d6f19

Please sign in to comment.