feat: add client sla balances report totals and branding settings
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ function deployment_format_check_report(array $checks): array
|
||||
|
||||
function deployment_check_schema(PDO $pdo): bool
|
||||
{
|
||||
foreach (['roles', 'permissions', 'role_permissions', 'users', 'clients', 'client_contacts', 'jobcard_sequences', 'technical_information', 'credentials', 'sla_agreements', 'jobcards', 'jobcard_assignments', 'jobcard_status_history', 'time_entries', 'attachments', 'notifications', 'audit_events'] as $table) {
|
||||
foreach (['roles', 'permissions', 'role_permissions', 'users', 'app_settings', 'clients', 'client_contacts', 'jobcard_sequences', 'technical_information', 'credentials', 'sla_agreements', 'jobcards', 'jobcard_assignments', 'jobcard_status_history', 'time_entries', 'attachments', 'notifications', 'audit_events'] as $table) {
|
||||
$quoted = '`' . str_replace('`', '``', $table) . '`';
|
||||
$pdo->query("SELECT 1 FROM {$quoted} LIMIT 1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user