mirror of
https://github.com/decompme/decomp.me.git
synced 2026-04-26 08:58:33 -05:00
third time = the charm
This commit is contained in:
@@ -12,7 +12,7 @@ def assign_forks_to_projects(apps, schema_editor):
|
||||
for row in Scratch.objects.all():
|
||||
if row.parent and row.parent.project_function:
|
||||
row.project_function = row.parent.project_function
|
||||
row.save(update_fields["project_function"]) # type: ignore
|
||||
row.save(update_fields=["project_function"]) # type: ignore
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
Reference in New Issue
Block a user