bank updated
This commit is contained in:
@@ -649,7 +649,6 @@ class BuildManagement(CrudCollection):
|
||||
)
|
||||
|
||||
|
||||
|
||||
class BuildArea(CrudCollection):
|
||||
"""
|
||||
Builds class based on declarative_base and BaseMixin via session
|
||||
|
||||
@@ -590,7 +590,9 @@ class BuildDecisionBookItems(CrudCollection):
|
||||
String, nullable=True, comment="Decision Book UUID"
|
||||
)
|
||||
item_short_comment: Mapped[str] = mapped_column(
|
||||
String(24), nullable=True, comment="This field is reserved for use in grouping data or in the pivot heading."
|
||||
String(24),
|
||||
nullable=True,
|
||||
comment="This field is reserved for use in grouping data or in the pivot heading.",
|
||||
)
|
||||
|
||||
decision_books: Mapped["BuildDecisionBook"] = relationship(
|
||||
@@ -1232,7 +1234,9 @@ class BuildDecisionBookProjectItems(CrudCollection):
|
||||
Numeric(16, 2), server_default="0", comment="Estimated Cost"
|
||||
)
|
||||
item_short_comment: Mapped[str] = mapped_column(
|
||||
String(24), nullable=True, comment="This field is reserved for use in grouping data or in the pivot heading."
|
||||
String(24),
|
||||
nullable=True,
|
||||
comment="This field is reserved for use in grouping data or in the pivot heading.",
|
||||
)
|
||||
|
||||
build_decision_book_project_id: Mapped[int] = mapped_column(
|
||||
|
||||
Reference in New Issue
Block a user