@@ -, +, @@ --- .../atomicupdate/bug_14435_drop_table_saved_reports.sql | 1 + installer/data/mysql/kohastructure.sql | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/bug_14435_drop_table_saved_reports.sql --- a/installer/data/mysql/atomicupdate/bug_14435_drop_table_saved_reports.sql +++ a/installer/data/mysql/atomicupdate/bug_14435_drop_table_saved_reports.sql @@ -0,0 +1, @@ +DROP TABLE IF EXISTS saved_reports; --- a/installer/data/mysql/kohastructure.sql +++ a/installer/data/mysql/kohastructure.sql @@ -1911,20 +1911,6 @@ CREATE TABLE saved_sql ( -- saved sql reports -- --- Table structure for `saved_reports` --- - -DROP TABLE IF EXISTS `saved_reports`; -CREATE TABLE saved_reports ( - `id` int(11) NOT NULL auto_increment, - `report_id` int(11) default NULL, - `report` longtext, - `date_run` datetime default NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - - --- -- Table structure for table `search_history` -- --