Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit d05cd6f

Browse files
committed
typo
1 parent d4c4aee commit d05cd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProfileModuleInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function upgrade(string $oldVersion): bool
176176
// reduce field length to avoid too long key with utf8mb4 collation
177177
$sql = 'ALTER TABLE `user_property` MODIFY `id` VARCHAR(190)';
178178
$this->entityManager->getConnection()->executeQuery($sql);
179-
case '3.0.16':
179+
case '3.1.16':
180180
// future upgrades
181181
}
182182

0 commit comments

Comments
 (0)