Commit 7af46da41e0ac5086d9f006453179970cfc78f26

Authored by omar
1 parent 42d18753

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;
... ...