Fix potential edge-case in database migration
This commit is contained in:
parent
515a270cf3
commit
de3de0bcf2
@ -31,6 +31,7 @@ def run():
|
|||||||
target=target,
|
target=target,
|
||||||
darts=darts,
|
darts=darts,
|
||||||
data=data)
|
data=data)
|
||||||
|
levelObj.author = authorObj
|
||||||
|
|
||||||
levelObj.save()
|
levelObj.save()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user