Update the table structure required for conference center.

This commit is contained in:
Mark Crane
2013-04-16 17:11:05 +00:00
parent 3cec120281
commit 61206a4383
2 changed files with 34 additions and 32 deletions
+2 -2
View File
@@ -288,7 +288,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'end_epoch';
$z++;
$y = 4; //table array index
$y = 3; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_conference_session_details';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
@@ -351,7 +351,7 @@
$z++;
/*
$y = 1; //table array index
$y = 4; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_conference_center_users';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_user_uuid';