View | Details | Raw Unified | Return to bug 41409
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-3 / +2 lines)
Lines 1418-1424 CREATE TABLE `borrower_modifications` ( Link Here
1418
  `othernames` longtext DEFAULT NULL,
1418
  `othernames` longtext DEFAULT NULL,
1419
  `initials` mediumtext DEFAULT NULL,
1419
  `initials` mediumtext DEFAULT NULL,
1420
  `pronouns` longtext DEFAULT NULL,
1420
  `pronouns` longtext DEFAULT NULL,
1421
  `streetnumber` tinytext DEFAULT NULL,
1421
  `streetnumber` tinytext DEFAULT NULL COMMENT 'the house number for your patron/borrower''s primary address',
1422
  `streettype` varchar(50) DEFAULT NULL,
1422
  `streettype` varchar(50) DEFAULT NULL,
1423
  `address` longtext DEFAULT NULL,
1423
  `address` longtext DEFAULT NULL,
1424
  `address2` mediumtext DEFAULT NULL,
1424
  `address2` mediumtext DEFAULT NULL,
Lines 1432-1438 CREATE TABLE `borrower_modifications` ( Link Here
1432
  `fax` longtext DEFAULT NULL,
1432
  `fax` longtext DEFAULT NULL,
1433
  `emailpro` mediumtext DEFAULT NULL,
1433
  `emailpro` mediumtext DEFAULT NULL,
1434
  `phonepro` mediumtext DEFAULT NULL,
1434
  `phonepro` mediumtext DEFAULT NULL,
1435
  `B_streetnumber` tinytext DEFAULT NULL,
1435
  `B_streetnumber` tinytext DEFAULT NULL COMMENT 'the house number for your patron/borrower''s alternate address',
1436
  `B_streettype` varchar(50) DEFAULT NULL,
1436
  `B_streettype` varchar(50) DEFAULT NULL,
1437
  `B_address` varchar(100) DEFAULT NULL,
1437
  `B_address` varchar(100) DEFAULT NULL,
1438
  `B_address2` mediumtext DEFAULT NULL,
1438
  `B_address2` mediumtext DEFAULT NULL,
1439
- 

Return to bug 41409