fix: bump db version and fix schema

pull/8570/head
Luciano Righetti 2022-08-31 08:29:00 +02:00
parent c9327174b9
commit 687a558c0d
No known key found for this signature in database
GPG Key ID: CB91F2A37C557248
1 changed files with 6 additions and 6 deletions

View File

@ -4864,12 +4864,12 @@
}, },
{ {
"column_name": "value", "column_name": "value",
"is_nullable": "YES", "is_nullable": "NO",
"data_type": "text", "data_type": "varchar",
"character_maximum_length": "65535", "character_maximum_length": "191",
"numeric_precision": null, "numeric_precision": null,
"collation_name": "utf8mb4_unicode_ci", "collation_name": "utf8mb4_general_ci",
"column_type": "text", "column_type": "varchar(191)",
"column_default": "NULL", "column_default": "NULL",
"extra": "" "extra": ""
}, },
@ -9105,5 +9105,5 @@
"uuid": false "uuid": false
} }
}, },
"db_version": "93" "db_version": "94"
} }