1
0
Fork 0
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:
Petr Viktorin 2011-03-29 20:44:43 +03:00 committed by Eevee
parent c4dc27732d
commit 97bf4cfe45
3 changed files with 24 additions and 20 deletions
pokedex/db

View file

@ -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):