mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Update test_schema to the new API. Add some missing column metadata.
This commit is contained in:
parent
c4dc27732d
commit
97bf4cfe45
3 changed files with 24 additions and 20 deletions
pokedex/db
|
@ -879,7 +879,7 @@ class MoveMetaCategory(TableBase):
|
|||
create_translation_table('move_meta_category_prose', MoveMetaCategory, 'prose',
|
||||
relation_lazy='joined',
|
||||
description = Column(Unicode(64), nullable=False,
|
||||
info=dict(description="A description of the category")),
|
||||
info=dict(description="A description of the category", format="plaintext", official=False)),
|
||||
)
|
||||
|
||||
class MoveMetaStatChange(TableBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue