Add misspelled circle to migration
This commit is contained in:
parent
1272037e73
commit
71e4840c35
|
|
@ -88,6 +88,9 @@ def assign_de_circles_to_profiles():
|
|||
assign_circle_to_profile("Reisen", COURSE_PROFILE_NICHTLEBEN_CODE)
|
||||
assign_circle_to_profile("Wohneigentum", COURSE_PROFILE_NICHTLEBEN_CODE)
|
||||
assign_circle_to_profile("Selbständigkeit", COURSE_PROFILE_NICHTLEBEN_CODE)
|
||||
assign_circle_to_profile(
|
||||
"Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE
|
||||
) # typo, but that's how it is in prod data
|
||||
assign_circle_to_profile("KMU", COURSE_PROFILE_NICHTLEBEN_CODE)
|
||||
|
||||
assign_circle_to_profile("Einkommenssicherung", COURSE_PROFILE_LEBEN_CODE)
|
||||
|
|
@ -95,6 +98,9 @@ def assign_de_circles_to_profiles():
|
|||
assign_circle_to_profile("Erben/Vererben", COURSE_PROFILE_LEBEN_CODE)
|
||||
assign_circle_to_profile("Sparen", COURSE_PROFILE_LEBEN_CODE)
|
||||
assign_circle_to_profile("Selbständigkeit", COURSE_PROFILE_LEBEN_CODE)
|
||||
assign_circle_to_profile(
|
||||
"Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE
|
||||
) # typo, but that's how it is in prod data
|
||||
assign_circle_to_profile("KMU", COURSE_PROFILE_LEBEN_CODE)
|
||||
|
||||
assign_circle_to_profile("Gesundheit", COURSE_PROFILE_KRANKENZUSATZ_CODE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue