File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ For the SCL Data Service the following table is automatically created using FlyW
28
28
29
29
Table: scl_file
30
30
31
- | Column | Type | Required | Description |
32
- | ----------------- | -------------------- | ----------| ------------------------------------------------------------------ |
33
- | id | uuid | True | Unique ID generated according to standards |
34
- | major_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
35
- | minor_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
36
- | patch_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
37
- | type | varchar(3) | True | The type of SCL stored |
38
- | name | varchar(255) | True | The name of the SCL File |
39
- | scl_data | text | True | The SCL XML Content |
31
+ | Column | Type | Required | Description |
32
+ | ---------------| --------------| ----------| -------------------------------------------------------------------- |
33
+ | id | uuid | True | Unique ID generated according to standards |
34
+ | major_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
35
+ | minor_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
36
+ | patch_version | smallint | True | Versioning according to [ Semantic Versioning] ( https://semver.org/ ) |
37
+ | type | varchar(3) | True | The type of SCL stored |
38
+ | name | varchar(255) | True | The name of the SCL File |
39
+ | scl_data | text | True | The SCL XML Content |
40
40
41
41
## Development
42
42
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
24
24
<surefire-plugin .version>3.0.0-M7</surefire-plugin .version>
25
25
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
26
26
27
- <compas .core.version>0.9.0 </compas .core.version>
27
+ <compas .core.version>0.9.1 </compas .core.version>
28
28
29
29
<quarkus .platform.version>2.10.0.Final</quarkus .platform.version>
30
30
<jaxb-impl .version>2.3.6</jaxb-impl .version>
You can’t perform that action at this time.
0 commit comments