feat(nowlist): Task profile migration.

This commit is contained in:
2024-10-07 11:48:45 +10:00
parent 997804c6bf
commit 3c0d527501
2 changed files with 98 additions and 23 deletions

View File

@@ -92,7 +92,7 @@ class ProfileCog(LionCog):
results.append(f"Migrated {len(twitch_rows)} attached twitch account(s).")
# And then mark the old profile as migrated
await source_profile.update(migrated=target_profile.profileid)
await source_profile.profile_row.update(migrated=target_profile.profileid)
results.append("Marking old profile as migrated.. finished!")
return results