www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 433121ec50ec4f81b4ee5376de9a01904dbe7b3f
parent 1693fa85d4c9e968b501e09c450ed7cf25965940
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 31 Aug 2006 06:02:30 +0000

Removed 'thesisType' field, replacing with regular 'type'


Diffstat:
Mchrome/chromeFiles/locale/en-US/scholar/scholar.properties | 1-
Mschema.sql | 3+--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/chrome/chromeFiles/locale/en-US/scholar/scholar.properties b/chrome/chromeFiles/locale/en-US/scholar/scholar.properties @@ -52,7 +52,6 @@ itemFields.publicationTitle = Publication Title itemFields.ISSN = ISSN itemFields.date = Date itemFields.section = Section -itemFields.thesisType = Type itemFields.accessionNumber = Accession Number itemFields.archiveLocation = Location in Archive itemFields.medium = Medium diff --git a/schema.sql b/schema.sql @@ -311,7 +311,6 @@ INSERT INTO fields VALUES (13,'ISSN',NULL); INSERT INTO fields VALUES (14,'date',NULL); INSERT INTO fields VALUES (15,'section',NULL); - INSERT INTO fields VALUES (16,'thesisType',NULL); INSERT INTO fields VALUES (17,'accessionNumber',NULL); INSERT INTO fields VALUES (18,'callNumber',NULL); INSERT INTO fields VALUES (19,'archiveLocation',NULL); @@ -399,7 +398,7 @@ INSERT INTO itemTypeFields VALUES (6, 27, NULL, 11); INSERT INTO itemTypeFields VALUES (6, 22, NULL, 12); INSERT INTO itemTypeFields VALUES (7, 8, NULL, 1); - INSERT INTO itemTypeFields VALUES (7, 16, NULL, 2); + INSERT INTO itemTypeFields VALUES (7, 24, NULL, 2); INSERT INTO itemTypeFields VALUES (7, 14, NULL, 3); INSERT INTO itemTypeFields VALUES (7, 10, NULL, 4); INSERT INTO itemTypeFields VALUES (7, 18, NULL, 5);