Skip to content
Snippets Groups Projects
Verified Commit 16eb1e60 authored by Martin Weise's avatar Martin Weise
Browse files

Remove checks

parent 0082b3ea
Branches
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
...@@ -26,6 +26,6 @@ public class ConstraintsDto { ...@@ -26,6 +26,6 @@ public class ConstraintsDto {
@Field(name = "foreign_keys", type = FieldType.Object) @Field(name = "foreign_keys", type = FieldType.Object)
private List<ForeignKeyDto> foreignKeys; private List<ForeignKeyDto> foreignKeys;
@Field(name = "checks", type = FieldType.Object) @org.springframework.data.annotation.Transient
private List<String> checks; private List<String> checks;
} }
...@@ -672,9 +672,6 @@ ...@@ -672,9 +672,6 @@
"constraints": { "constraints": {
"type": "object", "type": "object",
"properties": { "properties": {
"checks": {
"type": "object"
},
"foreign_keys": { "foreign_keys": {
"type": "object", "type": "object",
"properties": { "properties": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment