feat: Add industry column to ProjectTable and update related schemas and query filters
This commit is contained in:
@@ -296,6 +296,7 @@ class ProjectTable(Base, TimestampMixin):
|
||||
|
||||
stage = Column(Enum(InvestmentStage), nullable=True)
|
||||
location = Column(String, nullable=True)
|
||||
industry = Column(String, nullable=True)
|
||||
description = Column(Text, nullable=True)
|
||||
start_date = Column(DateTime, nullable=True)
|
||||
end_date = Column(DateTime, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user