Skip to content

Commit 698bf09

Browse files
authored
fixup: comments
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 2c0ddb1 commit 698bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/DB/MigrationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public function executeStep($version, $schemaOnly = false): void {
546546
*
547547
* This is based on the identifier limits set by our supported database engines:
548548
* - MySQL and MariaDB support 64 characters
549-
* - Oracle supports 128 characters (since 12.2 (12c) before it was 30)
549+
* - Oracle supports 128 characters (since 12c)
550550
* - PostgreSQL support 63
551551
* - SQLite does not have any limits
552552
*

0 commit comments

Comments
 (0)