Finished the docstring of the creature_add_magical_powers fake migration
This commit is contained in:
parent
fa92d52fa5
commit
dd33ed06fb
@ -42,7 +42,8 @@ def creature_add_magical_powers(database):
|
|||||||
Add lists of magical powers.
|
Add lists of magical powers.
|
||||||
|
|
||||||
This defaults to [], an empty list. Since we haven't declared any
|
This defaults to [], an empty list. Since we haven't declared any
|
||||||
magical powers, all existing monsters should
|
magical powers, all existing monsters, setting to an empty list is
|
||||||
|
fine.
|
||||||
"""
|
"""
|
||||||
database['creatures'].update(
|
database['creatures'].update(
|
||||||
{'magical_powers': {'$exists': False}},
|
{'magical_powers': {'$exists': False}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user