refs #6074 remove isBlocked #2196

Merged
carlossa merged 4 commits from 6074-KkearisBlocked into dev 2024-03-28 08:15:11 +00:00
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';
carlossa marked this conversation as resolved Outdated

@deprecated

@deprecated

View File

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