Skip to content

Commit

Permalink
Fixed (POD): Change POD to CheckRequiredDatabaseVersion in DB.pm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Jul 9, 2024
1 parent 3346039 commit 375d8dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Kernel/System/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,15 @@ sub Version {
return $Version;
}

=head2 CheckDatabaseMinimumVersion()
=head2 CheckRequiredDatabaseVersion()
Check if the required database version is installed or not.
my %VersionInfos = $DBObject->CheckRequiredDatabaseVersion();
returns:
%VersionInfos = (
Returns:
my %VersionInfos = (
'DatabaseType' => 'MariaDB',
'VersionString' => 'MariaDB 10.6.12',
'InstalledVersion' => '10.6.12',
Expand Down

0 comments on commit 375d8dc

Please sign in to comment.