Commit ac4282384c98624ec7c63f4e215f0df170b12cc9
1 parent
ec5a5ef4
*** 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 | 3 | CREATE TABLE discussion_threads ( |
| 4 | 4 | id INTEGER NOT NULL UNIQUE AUTO_INCREMENT, |
| 5 | 5 | document_id INTEGER NOT NULL, |
| 6 | -forst_comment_id INTEGER NOT NULL, | |
| 6 | +first_comment_id INTEGER NOT NULL, | |
| 7 | 7 | last_comment_id INTEGER NOT NULL, |
| 8 | 8 | views INTEGER NOT NULL, |
| 9 | 9 | replies INTEGER NOT NULL, | ... | ... |