added column to import_records
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 25 Oct 2007 18:29:34 +0000 (13:29 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 21:05:23 +0000 (16:05 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/kohastructure.sql
updater/updatedatabase

index 7c793a7..5def7d7 100644 (file)
@@ -869,6 +869,7 @@ CREATE TABLE `import_records` (
   `record_sequence` int(11) NOT NULL default 0,
   `upload_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
   `import_date` DATE default NULL,
+  `marc` longblob NOT NULL,
   `marcxml` longtext NOT NULL,
   `marcxml_old` longtext NOT NULL,
   `record_type` enum('biblio', 'auth', 'holdings') NOT NULL default 'biblio',
index e7ec87e..00f138d 100755 (executable)
@@ -370,6 +370,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
               `record_sequence` int(11) NOT NULL default 0,
               `upload_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP,
               `import_date` DATE default NULL,
+              `marc` longblob NOT NULL,
               `marcxml` longtext NOT NULL,
               `marcxml_old` longtext NOT NULL,
               `record_type` enum('biblio', 'auth', 'holdings') NOT NULL default 'biblio',