From e585fb5dabe9c8d1a107fa6d8a6510e0788ff441 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 25 Jun 2007 15:02:31 +0000 Subject: [PATCH] missing field declaration --- updater/updatedatabase | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 1bef8772dd..f8bc20e4b5 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -596,7 +596,7 @@ my %fielddefinitions = ( field => 'id', type => 'int(11)', null => 'NOT NULL', - key => '', + key => 'PRI', default => '', extra => 'auto_increment', }, @@ -998,6 +998,15 @@ my %fielddefinitions = ( extra => '', }, ], + marc_breeding => [ + { + field => 'marc', + type => 'LONGBLOB', + null => 'NULL', + key => '', + extra => '', + } + ], marc_subfield_structure => [ { field => 'defaultvalue', @@ -2058,6 +2067,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.168 2007/06/25 15:02:31 tipaul +# missing field declaration +# # Revision 1.167 2007/06/15 13:09:08 toins # bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be double(8,6). # -- 2.39.5