1
0

Change task title to TEXT instead of varchar(250) to allow for longer task titles

This commit is contained in:
kolaente
2021-07-09 19:46:47 +02:00
parent 32a07c4c61
commit 358661e060
5 changed files with 54 additions and 7 deletions

View File

@ -7385,7 +7385,6 @@ var doc = `{
"title": {
"description": "The task text. This is what you'll see in the list.",
"type": "string",
"maxLength": 250,
"minLength": 1
},
"updated": {
@ -7955,7 +7954,6 @@ var doc = `{
"title": {
"description": "The task text. This is what you'll see in the list.",
"type": "string",
"maxLength": 250,
"minLength": 1
},
"updated": {