Commit 97139ecb by aa.gusti

edit permissions

1 parent 303a9d42
......@@ -206,8 +206,7 @@ class ExternalIdentity(ExternalIdentityMixin, CommonModel, Base):
class Permission(Base, CommonModel):
__tablename__ = 'permissions'
__table_args__ = ({'extend_existing': True, },
TABLE_ARGS)
__table_args__ = (TABLE_ARGS)
id = Column(Integer, primary_key=True)
perm_name = Column(String(64), nullable=False, unique=True)
description = Column(String(64), nullable=False, unique=True)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!