Bug 28534: Fix engine for pending_offline_circulations table
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Bug 28534: (follow-up) Don't adjust original DB update Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
bd34a3eead
commit
d99c977a30
1 changed files with 1 additions and 1 deletions
|
@ -4057,7 +4057,7 @@ CREATE TABLE `pending_offline_operations` (
|
|||
`cardnumber` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
|
||||
`amount` decimal(28,6) DEFAULT NULL,
|
||||
PRIMARY KEY (`operationid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue