Skip to content

Commit

Permalink
Exclude non-expert-validated plays.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefolsom committed Jan 25, 2017
1 parent af26bdf commit b0f4e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/warehouse.rake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace :db do
musique_danse_machine,
date_de_creation
FROM plays
-- WHERE expert_validated
WHERE expert_validated is true
ORDER BY author, title;
ALTER TABLE warehouse.play_dim ADD PRIMARY KEY (id);
Expand Down

0 comments on commit b0f4e58

Please sign in to comment.