mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
fix: Allow up to 1000 characters for label description (#948)
The database schema already supports 1,000 characters for label description, so this seems just like an oversight.
This commit is contained in:
committed by
GitHub
parent
e810571bf1
commit
8af1e8fcba
@@ -3637,7 +3637,7 @@
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"maxLength": 255
|
||||
"maxLength": 1000
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user