Skip to content

Commit fc98b66

Browse files
committed
fix: Fix header meta data
Signed-off-by: Christopher Lepski <[email protected]>
1 parent d4a912c commit fc98b66

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

repository-postgresql/src/main/resources/org/lfenergy/compas/scl/data/repository/postgresql/db/migration/V1_5__insert_lnode_library.sql

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ insert into scl_file(
1717
'SSD',
1818
'LNodeTypeLibrary',
1919
'system',
20-
'<?xml version="1.0" encoding="UTF-8"?>
21-
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" version="2007" revision="B" release="4" xmlns:compas="https://www.lfenergy.org/compas/extension/v1">
20+
'<SCL xmlns="http://www.iec.ch/61850/2003/SCL" version="2007" revision="B" release="4" xmlns:compas="https://www.lfenergy.org/compas/extension/v1">
2221
<Private type="compas_scl">
2322
<compas:Labels/>
23+
<compas:SclName>LNode-Type-Library</compas:SclName>
24+
<compas:SclFileType>SSD</compas:SclFileType>
2425
</Private>
25-
<Header id="LNodeTypeBasic"/>
26+
<Header id="fc55c46d-c109-4ccd-bf66-9f1d0e135689" version="1.0.0">
27+
<History>
28+
<Hitem revision="" version="1.0.0" what="SCL created" when="2025-07-14T12:31:58Z" who="system"/>
29+
</History>
30+
</Header>
2631
<DataTypeTemplates>
2732
<LNodeType lnClass="TVTR" desc="Voltage Transformer" id="TVTR$oscd$_a0be960c8dfd3708">
2833
<DO name="Beh" type="Beh$oscd$_c6ed035c8137b35a"/>

0 commit comments

Comments
 (0)