Changeset 44

Show
Ignore:
Timestamp:
03/19/06 19:42:55 (2 years ago)
Author:
eadiaz
Message:

Includes comments field in posts table

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/create.sql

    r2 r44  
    8383  `votes` int(11) NOT NULL default '0', 
    8484  `is_micro_content` int(11) NOT NULL default '0', 
     85  `comments` int(11) NOT NULL default '0', 
    8586  PRIMARY KEY  (`ID`), 
    8687  KEY `idx_post_dates` (`date_posted`),