refactor: refs #8172 Removed column and row columns
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-12-18 14:36:59 +01:00
parent 6300795e52
commit a8cf01ca19
1 changed files with 0 additions and 8 deletions

View File

@ -12,14 +12,6 @@
"id": true,
"description": "Identifier"
},
"column": {
"type": "string",
"required": true
},
"row": {
"type": "string",
"required": true
},
"code": {
"type": "string"
},