[ADD] Prefill move_type
Precreate move_type and fill with appropriate values to prevent a MemoryError when the ORM attempts to call its compute method on a large amount of preexisting moves.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
from . import models
|
||||
from . import wizard
|
||||
from .hooks import pre_init_hook
|
||||
|
||||
Reference in New Issue
Block a user