Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 21:21:02 -07:00 committed by GitHub
parent 330d1f529b
commit f3e53b7c41
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
<?php
//application details
$apps[$x]['name'] = "Notifications";
$apps[$x]['uuid'] = "e746fbcb-f67f-4e0e-ab64-c414c01fac11";
@ -18,10 +19,10 @@
$apps[$x]['description']['pt-br'] = "";
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = "v_notifications";
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_notifications";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "notification_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";