Commit 745c63534cfadd730959845710f64f477bd49f75
1 parent
27ba52b5
Add an additional NULL to Category insert for document_fields
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3640 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -81,7 +81,7 @@ INSERT INTO data_types VALUES (5, 'FLOAT'); |
| 81 | 81 | -- Dumping data for table `document_fields` |
| 82 | 82 | -- |
| 83 | 83 | |
| 84 | -INSERT INTO document_fields VALUES (1, 'Category', 'STRING', 1, NULL, NULL); | |
| 84 | +INSERT INTO document_fields VALUES (1, 'Category', 'STRING', 1, NULL, NULL, NULL); | |
| 85 | 85 | |
| 86 | 86 | -- |
| 87 | 87 | -- Dumping data for table `document_fields_link` | ... | ... |