1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-22 17:49:57 +00:00

Merge branch 'pedagogy_v2_old_base_import' into 'pedagogy_v2'

pedagogy: fix bdd id out of sync after old data base import

See merge request 
This commit is contained in:
2019-06-25 15:24:46 +02:00

@@ -1690,6 +1690,7 @@ def main():
# migrate_mailings()
# migrate_club_again()
migrate_pedagogy()
reset_index("pedagogy")
end = datetime.datetime.now()
print("End at %s" % end)
print("Running time: %s" % (end - start))