sqlalchemy
This commit is contained in:
@ -275,7 +275,7 @@ class _Base(SqlAlchemyBase):
|
||||
'polymorphic_on': _type
|
||||
}
|
||||
#FIXME devrait etre une table
|
||||
_optiondescription_group_type = Column(String)
|
||||
_group_type = Column(String)
|
||||
|
||||
def __init__(self):
|
||||
self.commit()
|
||||
|
Reference in New Issue
Block a user