[Koha-patches] [PATCH] Adding missing definition of lib_opac column in authorised_values table [BUG 3887]

Piotr Wejman ropuch at bagno.be
Wed Dec 9 21:38:19 CET 2009


---
 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 a1bf59b..b5697a7 100644
--- a/installer/data/mysql/kohastructure.sql
+++ b/installer/data/mysql/kohastructure.sql
@@ -100,6 +100,7 @@ CREATE TABLE `authorised_values` (
   `category` varchar(10) NOT NULL default '',
   `authorised_value` varchar(80) NOT NULL default '',
   `lib` varchar(80) default NULL,
+  `lib_opac` VARCHAR(80) default NULL,
   `imageurl` varchar(200) default NULL,
   PRIMARY KEY  (`id`),
   KEY `name` (`category`),
-- 
1.6.3.3




More information about the Koha-patches mailing list