Commit 3a7e1aa7220fad02ff4e979d5f7d360df9d7f9f2

Authored by omar
1 parent e24cbe09

Corrected foed TYPE for Subject


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1816 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/tables.sql
... ... @@ -26,7 +26,7 @@ CREATE TABLE discussion_comments (
26 26 id INTEGER NOT NULL UNIQUE AUTO_INCREMENT,
27 27 thread_id INTEGER NOT NULL,
28 28 user_id INTEGER NOT NULL,
29   -subject INTEGER NOT NULL,
  29 +subject TEXT,
30 30 body TEXT,
31 31 date date
32 32 )TYPE = InnoDB;
... ...