block/bridge: refactor into general bridge block subsystem
This commit is contained in:
parent
51092865a2
commit
ca3fc844b7
7 changed files with 148 additions and 46 deletions
|
@ -10,7 +10,6 @@ class BridgeConf(AbstractConfiguration):
|
|||
group_id = db.Column(db.Integer, db.ForeignKey("group.id"), nullable=False)
|
||||
provider = db.Column(db.String(20), nullable=False)
|
||||
method = db.Column(db.String(20), nullable=False)
|
||||
description = db.Column(db.String(255))
|
||||
number = db.Column(db.Integer())
|
||||
|
||||
group = db.relationship("Group", back_populates="bridgeconfs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue