Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- TemplateManagement__TemplateMappingRules__SubmodelTemplateMappings__4__templateId=https://admin-shell.io/idta/SubmodelTemplate/HandoverDocumentation/2/0
- TemplateManagement__TemplateMappingRules__SubmodelTemplateMappings__4__pattern__0=HandoverDocumentation
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__templateId=https://mm-software.com/aas/aasTemplate
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__pattern__0=
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__pattern__0=.+
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Strategy=Split
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Pattern=/
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Index=5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- ============================================================
-- Core Data Insertion
-- Nameplate / Carbon Footprint / Technical Data Schema (Table Creation)
-- ============================================================
-- This file contains CREATE and INSERT statements for core business entities for NamePlate Submodel:
-- This file contains CREATE TABLE statements for core business entities for the Nameplate submodel:
-- - Markings
-- - Asset-Marking relationships
-- - Product Classification Items
Expand Down
4 changes: 2 additions & 2 deletions example/postgres/schema/03_MaintenanceInstructions.sql.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- ============================================================
-- Maintenance Instructions Data Insertion
-- Maintenance Instructions Schema (Table Creation)
-- ============================================================
-- This file contains CREATE and INSERT statements for contact-related entities:
-- This file contains CREATE TABLE statements for maintenance-related entities:
-- - Maintenance Instructions For Specific Interval
-- - Alarm
-- - ContactForMaintenanceAuthorization - Email - Phone - Fax
Expand Down
4 changes: 2 additions & 2 deletions example/postgres/schema/04_handoverdocumentation.sql.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- ============================================================
-- Classification and Document Data Insertion
-- Handover Documentation Schema (Table Creation)
-- ============================================================
-- This file contains CREATE and INSERT statements for:
-- This file contains CREATE TABLE statements for:
-- - Documents and Document metadata
-- - Document Classifications
-- - Document Versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- TemplateManagement__TemplateMappingRules__SubmodelTemplateMappings__2__templateId=https://admin-shell.io/idta/CustomSubmodel/Template/0/1
- TemplateManagement__TemplateMappingRules__SubmodelTemplateMappings__2__pattern__0=CustomSubmodel
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__templateId=https://mm-software.com/aas/aasTemplate
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__pattern__0=
- TemplateManagement__TemplateMappingRules__ShellTemplateMappings__0__pattern__0=.+
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Strategy=Split
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Pattern=/
- TemplateManagement__TemplateMappingRules__AasIdExtractionRules__0__Index=5
Expand Down
Loading