Added inactive status field in cust_branch table.
[fa-stable.git] / sql / en_US-new.sql
index 616bfc4fc893be1b9173ae1221116891da6cf4b9..255e2a520e5a9f37569db25f766c5a64813db4fc 100644 (file)
@@ -432,6 +432,7 @@ CREATE TABLE `0_cust_branch` (
   `disable_trans` tinyint(4) NOT NULL default '0',
   `br_post_address` tinytext NOT NULL,
   `group_no` int(11) NOT NULL default '0',
+  `inactive` tinyint(1) NOT NULL default '0',
   PRIMARY KEY  (`branch_code`,`debtor_no`),
   KEY `branch_code` (`branch_code`),
   KEY `br_name` (`br_name`)