From 17e4218ffa950fd749778d573ae036ce76f2aa20 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 12 Apr 2018 13:02:26 +0530 Subject: [PATCH] branch relation tables added in constant --- Apollo/api/application/config/constants.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 9b7763b2..0ec317d1 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -153,6 +153,13 @@ defined('SESSIONSCHEDULEDETAILS') OR define('SESSIONSCHEDULEDETAILS','T_SessionS defined('STUDENTDOCUMENTDETAILS') OR define('STUDENTDOCUMENTDETAILS','T_StudentDocumentsDetails'); defined('STUDENTDOCUMENTTRACKDETAILS') OR define('STUDENTDOCUMENTTRACKDETAILS','T_Student_DocumentTrack_Details'); +// branch relation db tables + +defined('UNIVERSITYBRANCHREL') OR define('UNIVERSITYBRANCHREL','T_Univ_Branch_Rel'); +defined('COURSEBRANCHREL') OR define('COURSEBRANCHREL','T_Course_Branch_Rel'); +defined('STATUSBRANCHREL') OR define('STATUSBRANCHREL','T_Status_Branch_Rel'); +defined('INOUTCOMEBRANCHREL') OR define('INOUTCOMEBRANCHREL','T_Income_Outcome_Branch_Rel'); +defined('CENTERBRANCHREL') OR define('CENTERBRANCHREL','T_Center_Branch_Rel');