fix: bump db version and fix schema

pull/8568/head
Luciano Righetti 2022-08-31 08:29:00 +02:00
parent 74830c5a42
commit 8b373570ad
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",
"is_nullable": "YES",
"data_type": "text",
"character_maximum_length": "65535",
"is_nullable": "NO",
"data_type": "varchar",
"character_maximum_length": "191",
"numeric_precision": null,
"collation_name": "utf8mb4_unicode_ci",
"column_type": "text",
"collation_name": "utf8mb4_general_ci",
"column_type": "varchar(191)",
"column_default": "NULL",
"extra": ""
},
@ -9105,5 +9105,5 @@
"uuid": false
}
},
"db_version": "93"
"db_version": "94"
}