mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Shorten some over-long move effect changelog entries.
I couldn't really shorten Dig and Fly's bug descriptions to 255 characters, so I also gave the column more space.
This commit is contained in:
parent
4a71461720
commit
edc222bbb6
2 changed files with 4 additions and 10 deletions
pokedex/db
|
@ -590,7 +590,7 @@ class MoveEffectChangelog(TableBase):
|
|||
info=dict(description="The ID of the effect that changed"))
|
||||
changed_in_version_group_id = Column(Integer, ForeignKey('version_groups.id'), primary_key=True, nullable=False,
|
||||
info=dict(description="The ID of the version group in which the effect changed"))
|
||||
effect = Column(markdown.MarkdownColumn(255), nullable=False,
|
||||
effect = Column(markdown.MarkdownColumn(512), nullable=False,
|
||||
info=dict(description="A description of the old behavior", format='markdown'))
|
||||
|
||||
class MoveFlag(TableBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue