added application page

This commit is contained in:
2025-04-28 02:30:06 +03:00
parent 346b132f4c
commit ac344773c5
27 changed files with 1796 additions and 347 deletions

View File

@@ -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"},
)