Skip to content

Commit

Permalink
ACMS-4134: Add mysql57 backport module to DRS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Sep 13, 2024
1 parent 60a053a commit e14fb51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings/acquia-recommended.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@

$settings_files = [];

// Add mysql57 backport module.
if (file_exists(DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc')) {
require DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';
}

/**
* Site path.
*
Expand Down

0 comments on commit e14fb51

Please sign in to comment.