mirror of https://github.com/stijndcl/didier
Fix role id's for some 2nd year courses
parent
d5db08e6ac
commit
654dcb228d
|
@ -290,7 +290,7 @@ async def main():
|
||||||
year=5,
|
year=5,
|
||||||
compulsory=True,
|
compulsory=True,
|
||||||
role_id=1023303199609860268,
|
role_id=1023303199609860268,
|
||||||
overarching_role_id=1023293447387496570,
|
overarching_role_id=1023302736210567208,
|
||||||
)
|
)
|
||||||
|
|
||||||
big_data_science = UforaCourse(
|
big_data_science = UforaCourse(
|
||||||
|
@ -299,7 +299,7 @@ async def main():
|
||||||
year=5,
|
year=5,
|
||||||
compulsory=True,
|
compulsory=True,
|
||||||
role_id=1023303190046851153,
|
role_id=1023303190046851153,
|
||||||
overarching_role_id=1023293447387496570,
|
overarching_role_id=1023302736210567208,
|
||||||
)
|
)
|
||||||
|
|
||||||
bedrijfsstage = UforaCourse(
|
bedrijfsstage = UforaCourse(
|
||||||
|
@ -308,7 +308,7 @@ async def main():
|
||||||
year=5,
|
year=5,
|
||||||
compulsory=True,
|
compulsory=True,
|
||||||
role_id=1023303201807679598,
|
role_id=1023303201807679598,
|
||||||
overarching_role_id=1023293447387496570,
|
overarching_role_id=1023302736210567208,
|
||||||
)
|
)
|
||||||
|
|
||||||
masterproef = UforaCourse(
|
masterproef = UforaCourse(
|
||||||
|
@ -317,7 +317,7 @@ async def main():
|
||||||
year=5,
|
year=5,
|
||||||
compulsory=True,
|
compulsory=True,
|
||||||
role_id=1023319264851144754,
|
role_id=1023319264851144754,
|
||||||
overarching_role_id=1023293447387496570,
|
overarching_role_id=1023302736210567208,
|
||||||
alternative_overarching_role_id=1023300434800164914,
|
alternative_overarching_role_id=1023300434800164914,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue