From fa440368b9f7be8f68da24d8a64f178ded310e19 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 10 Apr 2007 05:21:28 +0000 Subject: [PATCH] Fix item type/field mapping for statute item type --- system.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.sql b/system.sql index 0501284a1..1b10bf1d5 100644 --- a/system.sql +++ b/system.sql @@ -1,4 +1,4 @@ --- 18 +-- 19 -- This file creates system tables that can be safely wiped and reinitialized -- at any time, as long as existing ids are preserved. @@ -556,7 +556,7 @@ INSERT INTO itemTypeFields VALUES (20, 90, NULL, 2); INSERT INTO itemTypeFields VALUES (20, 36, NULL, 3); INSERT INTO itemTypeFields VALUES (20, 55, NULL, 4); INSERT INTO itemTypeFields VALUES (20, 101, NULL, 5); -INSERT INTO itemTypeFields VALUES (20, 14, NULL, 6); +INSERT INTO itemTypeFields VALUES (20, 100, NULL, 6); INSERT INTO itemTypeFields VALUES (20, 10, NULL, 7); INSERT INTO itemTypeFields VALUES (20, 15, NULL, 8); INSERT INTO itemTypeFields VALUES (20, 40, NULL, 9);