Merge pull request 'refs #6074 remove isBlocked' (!2196) from 6074-KkearisBlocked into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2196
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Carlos Satorres 2024-03-28 08:15:10 +00:00
commit 76dcf97591
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,2 @@
-- Place your SQL code here
ALTER TABLE vn.entry CHANGE isBlocked isBlocked__ tinyint(4) DEFAULT 0 NOT NULL COMMENT '@deprecated 27/03/2024';

View File

@ -57,9 +57,6 @@
"columnName": "evaNotes" "columnName": "evaNotes"
} }
}, },
"isBlocked": {
"type": "boolean"
},
"loadPriority": { "loadPriority": {
"type": "number" "type": "number"
}, },