From dcd45fb1ac82e54d0375a94619a2cc8ae1037c9e Mon Sep 17 00:00:00 2001 From: tonnesen Date: Fri, 31 May 2002 20:03:17 +0000 Subject: [PATCH] removed another _sergey --- marc/marcschema.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/marc/marcschema.sql b/marc/marcschema.sql index 23cefb761f..599aa34fda 100644 --- a/marc/marcschema.sql +++ b/marc/marcschema.sql @@ -1,6 +1,9 @@ # $Id$ # # $Log$ +# Revision 1.12 2002/05/31 20:03:17 tonnesen +# removed another _sergey +# # Revision 1.11 2002/05/31 19:41:29 tonnesen # removed fieldid in favour of tagid, removed _sergey from table names, added # tagorder field to tag table, renamed marc_field_table to marc_tag_table. @@ -29,7 +32,7 @@ CREATE TABLE marc_tag_table ( KEY (tag) ); -CREATE TABLE marc_subfield_table_sergey ( +CREATE TABLE marc_subfield_table ( subfieldid bigint(20) unsigned NOT NULL auto_increment, # subfield identifier tagid bigint(20), # tag identifier subfieldorder tinyint(4) NOT NULL default '0', # display order for subfields within a tag -- 2.39.2