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

Remove checks

parent 0082b3ea
No related branches found
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 {
@Field(name = "foreign_keys", type = FieldType.Object)
private List<ForeignKeyDto> foreignKeys;
@Field(name = "checks", type = FieldType.Object)
@org.springframework.data.annotation.Transient
private List<String> checks;
}
......@@ -672,9 +672,6 @@
"constraints": {
"type": "object",
"properties": {
"checks": {
"type": "object"
},
"foreign_keys": {
"type": "object",
"properties": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment