From 745c63534cfadd730959845710f64f477bd49f75 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 20 Sep 2005 20:04:02 +0000 Subject: [PATCH] Add an additional NULL to Category insert for document_fields --- sql/mysql/install/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index 5c2df79..2fc90b6 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -81,7 +81,7 @@ INSERT INTO data_types VALUES (5, 'FLOAT'); -- Dumping data for table `document_fields` -- -INSERT INTO document_fields VALUES (1, 'Category', 'STRING', 1, NULL, NULL); +INSERT INTO document_fields VALUES (1, 'Category', 'STRING', 1, NULL, NULL, NULL); -- -- Dumping data for table `document_fields_link` -- libgit2 0.21.4