fix: lint
This commit is contained in:
parent
be682f5580
commit
114445edd9
@ -73,6 +73,7 @@ class IconType(Enum):
|
|||||||
IMAGE = "image"
|
IMAGE = "image"
|
||||||
EMOJI = "emoji"
|
EMOJI = "emoji"
|
||||||
|
|
||||||
|
|
||||||
class App(Base):
|
class App(Base):
|
||||||
__tablename__ = "apps"
|
__tablename__ = "apps"
|
||||||
__table_args__ = (db.PrimaryKeyConstraint("id", name="app_pkey"), db.Index("app_tenant_id_idx", "tenant_id"))
|
__table_args__ = (db.PrimaryKeyConstraint("id", name="app_pkey"), db.Index("app_tenant_id_idx", "tenant_id"))
|
||||||
|
Loading…
Reference in New Issue
Block a user