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

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 4057-4063 CREATE TABLE `pending_offline_operations` ( Link Here
4057
  `cardnumber` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
4057
  `cardnumber` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
4058
  `amount` decimal(28,6) DEFAULT NULL,
4058
  `amount` decimal(28,6) DEFAULT NULL,
4059
  PRIMARY KEY (`operationid`)
4059
  PRIMARY KEY (`operationid`)
4060
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
4060
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
4061
/*!40101 SET character_set_client = @saved_cs_client */;
4061
/*!40101 SET character_set_client = @saved_cs_client */;
4062
4062
4063
--
4063
--
4064
- 

Return to bug 28534