Skip to content

Commit e14fb51

Browse files
ACMS-4134: Add mysql57 backport module to DRS.
1 parent 60a053a commit e14fb51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

settings/acquia-recommended.settings.php

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676

7777
$settings_files = [];
7878

79+
// Add mysql57 backport module.
80+
if (file_exists(DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc')) {
81+
require DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';
82+
}
83+
7984
/**
8085
* Site path.
8186
*

0 commit comments

Comments
 (0)