Removing second instance of deleteditems.copynumber
authorChris Nighswonger <cnighswonger@foundations.edu>
Mon, 17 Mar 2008 10:20:09 +0000 (06:20 -0400)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 17 Mar 2008 15:22:53 +0000 (10:22 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/mysql/kohastructure.sql

index 4854dff..81e07f3 100644 (file)
@@ -840,7 +840,6 @@ CREATE TABLE `deleteditems` (
   `enumchron` varchar(80) default NULL,
   `copynumber` smallint(6) default NULL,
   `marc` longblob,
-  `copynumber` smallint(6) default NULL,
   PRIMARY KEY  (`itemnumber`),
   KEY `delitembarcodeidx` (`barcode`),
   KEY `delitembinoidx` (`biblioitemnumber`),