summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/upgrade/1.3/migrate_dbstats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/upgrade/1.3/migrate_dbstats.py b/tools/upgrade/1.3/migrate_dbstats.py
index 0fe0bfa41..d44ebd6a7 100644
--- a/tools/upgrade/1.3/migrate_dbstats.py
+++ b/tools/upgrade/1.3/migrate_dbstats.py
@@ -63,6 +63,7 @@ def _migrate_transaction(inter, entries):
unkown_profile, created = new_models.Group.objects.get_or_create(name="<<Unknown>>")
cache.set("PROFILE_UNKNOWN", unkown_profile)
newint.profile = unkown_profile
+ groups = [unkown_profile]
newint.save()
if bundles:
newint.bundles.add(*bundles)