We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bae9ce commit 9855025Copy full SHA for 9855025
db/seeds/activities/stem_learning.rb
@@ -2940,3 +2940,15 @@
2940
2941
activity.programmes = [secondary_certificate]
2942
end.save!
2943
+
2944
+Activity.find_or_initialize_by(stem_course_template_no: "d56154f7-378a-f011-b4cc-002248c763ad").tap do |activity|
2945
+ activity.title = "Experienced leaders of primary computing"
2946
+ activity.slug = "experienced-leaders-of-primary-computing"
2947
+ activity.category = "face-to-face"
2948
+ activity.remote_delivered_cpd = false
2949
+ activity.provider = "stem-learning"
2950
+ activity.stem_activity_code = "CP020"
2951
+ activity.credit = 160
2952
2953
+ activity.programmes = [primary_certificate]
2954
+end.save!
0 commit comments