Commit 34ee080b5290be26f46c6342ec919824080b2af8

Authored by omar
1 parent 6dd3862a

*** empty log message ***


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1791 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/tables.sql
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 CREATE TABLE discussion_threads ( 3 CREATE TABLE discussion_threads (
4 id INTEGER NOT NULL UNIQUE AUTO_INCREMENT, 4 id INTEGER NOT NULL UNIQUE AUTO_INCREMENT,
5 document_id INTEGER NOT NULL, 5 document_id INTEGER NOT NULL,
6 -forst_comment_id INTEGER NOT NULL, 6 +first_comment_id INTEGER NOT NULL,
7 last_comment_id INTEGER NOT NULL, 7 last_comment_id INTEGER NOT NULL,
8 views INTEGER NOT NULL, 8 views INTEGER NOT NULL,
9 replies INTEGER NOT NULL, 9 replies INTEGER NOT NULL,