Fix Department.see_id
field definition
this is not a flag, but a minimum age requirement
This commit is contained in:
parent
ff428c4635
commit
52d9595331
|
@ -146,8 +146,7 @@ class Department(Base):
|
|||
|
||||
discount = sa.Column('dept_discount', sa.Boolean(), nullable=True)
|
||||
|
||||
# TODO: probably should rename this attribute, but to what?
|
||||
dept_see_id = sa.Column(sa.Boolean(), nullable=True)
|
||||
see_id = sa.Column('dept_see_id', sa.Integer(), nullable=True)
|
||||
|
||||
modified = sa.Column(sa.DateTime(), nullable=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue