Skip to content

Commit

Permalink
Moved course video url from CP292 to CP252
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Wheeto committed Dec 2, 2024
1 parent 2b0e1cd commit bffa5e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion db/seeds/activities/stem_learning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@
activity.category = "face-to-face"
activity.provider = "stem-learning"
activity.stem_activity_code = "CP252"
activity.course_video_url = "https://www.youtube.com/watch?v=QEL1wB_6Pf4&list=PLwcV67XMdDdJT0TkvZo6cTDSR0uJgP3Ku"

activity.programmes = [primary_certificate]
end.save!
Expand Down Expand Up @@ -1926,7 +1927,9 @@
activity.category = "face-to-face"
activity.provider = "stem-learning"
activity.stem_activity_code = "CP292"
activity.course_video_url = "https://www.youtube.com/watch?v=QEL1wB_6Pf4&list=PLwcV67XMdDdJT0TkvZo6cTDSR0uJgP3Ku"
activity.course_video_url = nil
# Course video was set on the wrong seed - setting back to nil and moved to CP252
# https://github.com/NCCE/teachcomputing.org-issues/issues/2914

activity.programmes = [primary_certificate]
end.save!
Expand Down

0 comments on commit bffa5e8

Please sign in to comment.