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

(-)a/installer/data/mysql/kohastructure.sql (-1 / +1 lines)
Lines 2596-2601 CREATE TABLE `account_credit_types` ( Link Here
2596
  `description` varchar(200) DEFAULT NULL,
2596
  `description` varchar(200) DEFAULT NULL,
2597
  `can_be_added_manually` tinyint(4) NOT NULL DEFAULT 1,
2597
  `can_be_added_manually` tinyint(4) NOT NULL DEFAULT 1,
2598
  `is_system` tinyint(1) NOT NULL DEFAULT 0,
2598
  `is_system` tinyint(1) NOT NULL DEFAULT 0,
2599
  `archived` tinyint(1) NOT NULL DEFAULT 0, -- boolean flag to denote if this till is archived or not
2599
  PRIMARY KEY (`code`)
2600
  PRIMARY KEY (`code`)
2600
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
2601
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
2601
2602
2602
- 

Return to bug 17702