diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index e8a4b4cb7d..9779349741 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -900,7 +900,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'attachment_uploaded_date'; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp'; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'The date the attachment was uploaded.';