From bdefa101078c597ed7664937e2c8e1c8c3643836 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 3 Mar 2020 16:09:28 +0000 Subject: [PATCH] Bug 23355: (RM follow-up) Add DROP statement for cash_register_actions Signed-off-by: Martin Renvoize --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 07ba70af74..5cb56ae2fd 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2713,6 +2713,7 @@ CREATE TABLE `account_offsets` ( -- Table structure for table `cash_register_actions` -- +DROP TABLE IF EXISTS `cash_register_actions`; CREATE TABLE `cash_register_actions` ( `id` int(11) NOT NULL auto_increment, -- unique identifier for each account register action `code` varchar(24) NOT NULL, -- action code denoting the type of action recorded (enum), -- 2.20.1