matching enhancements -- allow matching rule to be changed on the fly
[koha.git] / installer / data / mysql / kohastructure.sql
index 739e08d..3d3b6a2 100644 (file)
@@ -846,6 +846,7 @@ CREATE TABLE `ethnicity` (
 DROP TABLE IF EXISTS `import_batches`;
 CREATE TABLE `import_batches` (
   `import_batch_id` int(11) NOT NULL auto_increment,
+  `matcher_id` int(11) default NULL,
   `template_id` int(11) default NULL,
   `branchcode` varchar(10) default NULL,
   `num_biblios` int(11) NOT NULL default 0,