Bug 10021: Drop columns notify_id and notify_level from accountlines
[koha.git] / installer / data / mysql / kohastructure.sql
index cdf977b..f031503 100644 (file)
@@ -2712,8 +2712,6 @@ CREATE TABLE `accountlines` (
   `amountoutstanding` decimal(28,6) default NULL,
   `lastincrement` decimal(28,6) default NULL,
   `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
-  `notify_id` int(11) NOT NULL default 0,
-  `notify_level` int(2) NOT NULL default 0,
   `note` text NULL default NULL,
   `manager_id` int(11) NULL,
   PRIMARY KEY (`accountlines_id`),