parent
c4db48d8f1
commit
cbdef59651
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ def _apply_update(instance, new_version, old_version): # noqa: C901
|
|||
# https://github.com/home-assistant/core/issues/56104
|
||||
text(
|
||||
f"ALTER TABLE {table} CONVERT TO "
|
||||
"CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci LOCK=EXCLUSIVE"
|
||||
"CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, LOCK=EXCLUSIVE"
|
||||
)
|
||||
)
|
||||
elif new_version == 22:
|
||||
|
|
Loading…
Add table
Reference in a new issue