WebHost: Make sure there's enough space reserved for a multiworld spoiler
This commit is contained in:
parent
8e8bce4d9a
commit
2fa9253775
|
@ -33,7 +33,7 @@ class Seed(db.Entity):
|
|||
owner = Required(UUID, index=True)
|
||||
creation_time = Required(datetime, default=lambda: datetime.utcnow())
|
||||
patches = Set(Patch)
|
||||
spoiler = Optional(str, lazy=True)
|
||||
spoiler = Optional(LongStr, lazy=True)
|
||||
|
||||
|
||||
class Command(db.Entity):
|
||||
|
|
Loading…
Reference in New Issue