add dashboard schema and tables create script

This commit is contained in:
Harald Bamberger
2022-09-28 16:53:48 +02:00
parent 252abeafcb
commit ad369bbe44
2 changed files with 432 additions and 0 deletions
+3
View File
@@ -6521,6 +6521,9 @@ if($result = @$db->db_query("SELECT * FROM information_schema.role_table_grants
}
}
// add Dashboard Schema and Tables
include __DIR__ . '/dashboard/dbupdate_dashboard.php';
// *** Pruefung und hinzufuegen der neuen Attribute und Tabellen
echo '<H2>Pruefe Tabellen und Attribute!</H2>';