From a163870824696175dc2f03ef7a8fb27ec2230919 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:42:30 -0700 Subject: [PATCH] Update app_config.php (#5035) --- app/messages/app_config.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/messages/app_config.php b/app/messages/app_config.php index c047988d51..b52c17327e 100644 --- a/app/messages/app_config.php +++ b/app/messages/app_config.php @@ -87,36 +87,42 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_direction'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message direction.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_date'; $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]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message date.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_from'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message from.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_to'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message to.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_text'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message text.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_json'; @@ -164,6 +170,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the message media type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'message_media_url'; @@ -262,4 +269,4 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Define how often (in SECONDS) the list of messages in a displayed thread is refreshed."; -?> \ No newline at end of file +?>