You need to sign in or sign up before continuing.
database_dashboard-3422911/3422911-fix-the-issues - Fix the Phpcs isseue and...
Compare changes
@@ -4,6 +4,7 @@ namespace Drupal\database_dashboard\Controller;
@@ -4,6 +4,7 @@ namespace Drupal\database_dashboard\Controller;
@@ -41,7 +42,7 @@ class DatabaseDashboardController extends ControllerBase {
@@ -41,7 +42,7 @@ class DatabaseDashboardController extends ControllerBase {
$res = $con->query('SELECT table_schema AS "Database name", SUM(data_length + index_length) / 1024 / 1024 / 1024 AS "Size (GB)" FROM TABLES where engine=\'InnoDB\' GROUP BY table_schema;');
@@ -60,9 +61,9 @@ class DatabaseDashboardController extends ControllerBase {
@@ -60,9 +61,9 @@ class DatabaseDashboardController extends ControllerBase {