Skip to content

Commit 0929d52

Browse files
author
Dennis Labordus
committed
Updated documentation for development.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 823a1b6 commit 0929d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/compas-scl-data-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ There a some BaseX specific choices made in storing the SCL.
6868

6969
There a some PostgreSQL choices made in storing the SCL.
7070

71-
- For the PostgreSQL version we use FlyWay to maintain the database schema. All SCL XML Files are stored in a table
72-
called `scl_file`.
71+
- For the PostgreSQL version we use FlyWay to maintain the database schema.
72+
- All SCL XML Files are stored in a table called `scl_file`.
7373
- For every new version of an SCL XML File a new record is created.
7474
- The full XML is stored in a text field `scl_data`.
7575
- We can use the XPath function of PostgreSQL to retrieve extra info from the XML.

0 commit comments

Comments
 (0)