Commit 4438c797a18ccba2c295dc53c796a8f9db2e8a1b

Authored by michael
1 parent d1fbd88e

updated test document insert, set folder_id=3


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@424 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/tables.sql
@@ -560,7 +560,7 @@ INSERT INTO folders (name, description, parent_id, creator_id, document_type_id, @@ -560,7 +560,7 @@ INSERT INTO folders (name, description, parent_id, creator_id, document_type_id,
560 560
561 -- add a document 561 -- add a document
562 INSERT INTO documents (document_type_id, name, filename, size, creator_id, modified, description, security, mime_id, folder_id, major_version, minor_version, is_checked_out) 562 INSERT INTO documents (document_type_id, name, filename, size, creator_id, modified, description, security, mime_id, folder_id, major_version, minor_version, is_checked_out)
563 - VALUES (1, "Test File", "test.txt", "36", 0, "Dec 27th, 2000 at 05:17 pm", "", 0, 0, 0, 0, 1, 0); 563 + VALUES (1, "Test File", "test.txt", "36", 0, "Dec 27th, 2000 at 05:17 pm", "", 0, 0, 3, 0, 1, 0);
564 -- set the category metadata value 564 -- set the category metadata value
565 INSERT INTO document_fields_link (document_id, document_field_id, value) VALUES (1, 1, "test"); 565 INSERT INTO document_fields_link (document_id, document_field_id, value) VALUES (1, 1, "test");
566 566