mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 22:13:23 -07:00
WebHost: Make sure there's enough space reserved for a multiworld spoiler
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user