[Koha-patches] [PATCH] kohabug 2076 - add authorised_values.imageurl

Galen Charlton galen.charlton at liblime.com
Thu May 1 18:52:30 CEST 2008


The column was added in updatedatabase.pl rev 075
but not added to kohastructure.sql.
---
 installer/data/mysql/kohastructure.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql
index 8dd16fd..f8fa31b 100644
--- a/installer/data/mysql/kohastructure.sql
+++ b/installer/data/mysql/kohastructure.sql
@@ -338,6 +338,7 @@ CREATE TABLE `authorised_values` (
   `category` varchar(10) NOT NULL default '',
   `authorised_value` varchar(80) NOT NULL default '',
   `lib` varchar(80) default NULL,
+  `imageurl` varchar(200) default NULL,
   PRIMARY KEY  (`id`),
   KEY `name` (`category`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 
1.5.5.rc0.16.g02b00




More information about the Koha-patches mailing list