mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
db - remove order from plugin model
This commit is contained in:
parent
93c766e564
commit
8a8dd6fb7a
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ class Plugins(Base):
|
|||
__tablename__ = "bw_plugins"
|
||||
|
||||
id = Column(String(64), primary_key=True)
|
||||
order = Column(Integer, nullable=False)
|
||||
name = Column(String(128), nullable=False)
|
||||
description = Column(String(256), nullable=False)
|
||||
version = Column(String(32), nullable=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue