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

This commit is contained in:
Antoine Bartuccio 2019-06-20 19:17:14 +02:00
parent f0560f0d2a
commit 56e3f39de1
1 changed files with 1 additions and 0 deletions

View File

@ -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))