refactor(frontend): Relocate Pains/Gains to Settings, add CRM view to Inspector
This commit is contained in:
@@ -140,6 +140,9 @@ class Industry(Base):
|
||||
primary_category_id = Column(Integer, ForeignKey("robotics_categories.id"), nullable=True)
|
||||
secondary_category_id = Column(Integer, ForeignKey("robotics_categories.id"), nullable=True)
|
||||
|
||||
primary_category = relationship("RoboticsCategory", foreign_keys=[primary_category_id])
|
||||
secondary_category = relationship("RoboticsCategory", foreign_keys=[secondary_category_id])
|
||||
|
||||
created_at = Column(DateTime, default=datetime.utcnow)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user