Skip to content

Commit c7563d2

Browse files
committed
Fixing activity codes
1 parent 13921da commit c7563d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/seeds/activities/mylearning.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
activity.category = "online"
559559
activity.self_certifiable = false
560560
activity.provider = "stem-learning"
561-
activity.stem_activity_code = "CO411"
561+
activity.stem_activity_code = "CO411A"
562562
activity.always_on = true
563563

564564
activity.programmes = [secondary_certificate]
@@ -858,7 +858,7 @@
858858
activity.category = "online"
859859
activity.self_certifiable = false
860860
activity.provider = "stem-learning"
861-
activity.stem_activity_code = "CO238"
861+
activity.stem_activity_code = "CO438"
862862
activity.always_on = true
863863

864864
activity.programmes = [cs_accelerator]

0 commit comments

Comments
 (0)