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

(-)a/installer/data/mysql/kohastructure.sql (-1 / +1 lines)
Lines 361-366 CREATE TABLE `branch_item_rules` ( -- information entered in the circulation and Link Here
361
-- Table structure for table borrower_sync
361
-- Table structure for table borrower_sync
362
--
362
--
363
363
364
DROP TABLE IF EXISTS `borrower_sync`;
364
CREATE TABLE borrower_sync (
365
CREATE TABLE borrower_sync (
365
  borrowersyncid int(11) NOT NULL AUTO_INCREMENT, -- Primary key, unique identifier
366
  borrowersyncid int(11) NOT NULL AUTO_INCREMENT, -- Primary key, unique identifier
366
  borrowernumber int(11) NOT NULL, -- Connects data about synchronisations to a borrower
367
  borrowernumber int(11) NOT NULL, -- Connects data about synchronisations to a borrower
367
- 

Return to bug 14350