Update app_defaults.php

This commit is contained in:
FusionPBX
2019-03-01 23:26:24 -07:00
committed by GitHub
parent dfe95daf9a
commit 0d6be0ff9d

View File

@@ -33,7 +33,7 @@ if ($domains_processed == 1) {
//create the user view combines username, organization, contact first and last name
$sql = "CREATE OR REPLACE VIEW view_users AS (\n";
$sql .= " select u.domain_uuid, u.user_uuid, u.username, u.user_enabled, \n";
$sql .= " contact_organization, contact_name_given, contact_name_family,\n";
$sql .= " c.contact_uuid, c.contact_organization, c.contact_name_given, c.contact_name_family,\n";
$sql .= " (\n";
$sql .= " select\n";
$sql .= " string_agg(g.group_name, ', ')\n";