added application page
This commit is contained in:
@@ -343,7 +343,7 @@ class BuildParts(CrudCollection):
|
||||
)
|
||||
|
||||
__table_args__ = (
|
||||
Index("build_parts_ndx_01", build_id, part_no, unique=True),
|
||||
Index("build_parts_ndx_1", build_id, part_no, unique=True),
|
||||
{"comment": "Part objects that are belong to building objects"},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user